Skip to content

Commit

Permalink
Fix Error
Browse files Browse the repository at this point in the history
  • Loading branch information
cawk committed Aug 9, 2016
1 parent 48cae93 commit 99c4e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PoGo.NecroBot.CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private static void Main(string[] args)
if (args.Length > 0)
subPath = args[0];

var logger = new ConsoleLogger(LogLevel.SoftBan);
var logger = new ConsoleLogger(LogLevel.LevelUp);
Logger.SetLogger(logger, subPath);

if( CheckKillSwitch() )
Expand Down

0 comments on commit 99c4e2e

Please sign in to comment.