fix variable
This commit is contained in:
		| @@ -91,7 +91,7 @@ internal class Logger : ILogger | |||||||
| #if DEBUG | #if DEBUG | ||||||
|                 PluginLog.Verbose($"[{_name}] [{eventId}] {formatter(state, exception)}"); |                 PluginLog.Verbose($"[{_name}] [{eventId}] {formatter(state, exception)}"); | ||||||
| #else | #else | ||||||
|                 PluginLog.Verbose($"[{name}] {eventId} {state} {formatter(state, exception)}"); |                 PluginLog.Verbose($"[{_name}] {eventId} {state} {formatter(state, exception)}"); | ||||||
| #endif | #endif | ||||||
|                 break; |                 break; | ||||||
|         } |         } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 rootdarkarchon
					rootdarkarchon