Skip to content

Commit 72e7d8a

Browse files
committed
Fixed using wrong log level
1 parent d9d7588 commit 72e7d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionCore/Logger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static IDisposable AddLoggersTemporarily(Action<string> debug, Action<str
6363
SetLoggers(s =>
6464
{
6565
debug(s);
66-
currentInfo(s);
66+
currentDebug(s);
6767
}, s =>
6868
{
6969
info(s);

0 commit comments

Comments
 (0)