improve logging

This commit is contained in:
Sebastian Sdorra
2014-04-20 17:12:21 +02:00
parent 96588fc358
commit a8686000cc

View File

@@ -147,6 +147,7 @@ public final class LastModifiedUpdateListener
if (dbr != null) if (dbr != null)
{ {
logger.info("update last modified date of repository {}", dbr.getId());
dbr.setLastModified(System.currentTimeMillis()); dbr.setLastModified(System.currentTimeMillis());
try try