Skip to content

Commit

Permalink
Fix duplicate logs to file
Browse files Browse the repository at this point in the history
  • Loading branch information
lwYeo committed Aug 9, 2021
1 parent 89af761 commit d5e3bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Crypto LP Compounder/Log.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void Write(string log)
}

_LogStream?.Write(log);
_LogStream?.Write(log);
_LogStream?.Flush();

Program.LogConsole($"[{_InstanceName}] {log}");
}
Expand Down

0 comments on commit d5e3bb8

Please sign in to comment.