mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
improve logging
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user