mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
[server] Tweak log message
This commit is contained in:
parent
fb25d09461
commit
fec2530576
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ namespace Nibriboard.Client
|
||||||
// If the line doesn't exist, then ignore it
|
// If the line doesn't exist, then ignore it
|
||||||
if(!manager.LineIncubator.LineExists(message.LineId))
|
if(!manager.LineIncubator.LineExists(message.LineId))
|
||||||
{
|
{
|
||||||
Log.WriteLine("[NibriClient/handlers] Ignoring LineComplete event for line that doesn't exist");
|
Log.WriteLine("[NibriClient#{0}/handlers] Ignoring LineComplete event for line that doesn't exist", Id);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
DrawnLine line = manager.LineIncubator.CompleteLine(message.LineId);
|
DrawnLine line = manager.LineIncubator.CompleteLine(message.LineId);
|
||||||
|
|
Loading…
Reference in a new issue