fixed small bug in log output
This commit is contained in:
parent
3c1e35a012
commit
4b34ca9c31
@ -62,7 +62,8 @@ namespace bsmd.database
|
||||
}
|
||||
else
|
||||
{
|
||||
_log.ErrorFormat("trying to deque a message from telemetry that we don't know about. Provider: {0} MessageId: {1}",
|
||||
// this can happen if the service gets re-started and not all sent messages have yet been received
|
||||
_log.WarnFormat("trying to deque a message from telemetry that we don't know about. Provider: {0} MessageId: {1}",
|
||||
provider.ToString(), message.Id.Value);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user