improve logging of GitUtil

This commit is contained in:
Sebastian Sdorra
2012-07-01 15:23:11 +02:00
parent a4ffc37624
commit 9cd1de86d6

View File

@@ -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;