mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 12:05:52 +01:00
improve logging of GitUtil
This commit is contained in:
@@ -239,9 +239,9 @@ public class GitUtil
|
||||
}
|
||||
}
|
||||
|
||||
if (logger.isInfoEnabled())
|
||||
if (logger.isDebugEnabled())
|
||||
{
|
||||
logger.info("use {}:{} as repository head", head, id);
|
||||
logger.debug("use {}:{} as repository head", head, id);
|
||||
}
|
||||
|
||||
return id;
|
||||
|
||||
Reference in New Issue
Block a user