mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15:44 +01:00
improve logging
This commit is contained in:
@@ -147,6 +147,7 @@ public final class LastModifiedUpdateListener
|
||||
|
||||
if (dbr != null)
|
||||
{
|
||||
logger.info("update last modified date of repository {}", dbr.getId());
|
||||
dbr.setLastModified(System.currentTimeMillis());
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user