mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
Better log message
This commit is contained in:
parent
ba0ce760a5
commit
494dcc127a
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ namespace ICD.Common.Utils
|
|||
catch (Exception e)
|
||||
{
|
||||
ServiceProvider.TryGetService<ILoggerService>()
|
||||
.AddEntry(eSeverity.Error, e, e.Message);
|
||||
.AddEntry(eSeverity.Error, e, "{0} failed to execute callback", typeof(ThreadingUtils).Name);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue