log.debug("expiring"+weblog.getHandle());
// to expire weblog content we have to update the
// last modified time of the weblog and save it
weblog.setLastModified(now);
uMgr.saveWebsite(weblog);
} catch (RollerException ex) {
log.warn("couldn't lookup entry "+websiteid);
}
}