mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 17:07:22 +01:00
fix variable
This commit is contained in:
parent
c3b8c1077a
commit
e0ab278759
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ internal class Logger : ILogger
|
|||
#if DEBUG
|
||||
PluginLog.Verbose($"[{_name}] [{eventId}] {formatter(state, exception)}");
|
||||
#else
|
||||
PluginLog.Verbose($"[{name}] {eventId} {state} {formatter(state, exception)}");
|
||||
PluginLog.Verbose($"[{_name}] {eventId} {state} {formatter(state, exception)}");
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue