1
0
Fork 0

[server] Tweak log message

This commit is contained in:
Starbeamrainbowlabs 2017-04-24 20:18:09 +01:00
parent fb25d09461
commit fec2530576
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ namespace Nibriboard.Client
// If the line doesn't exist, then ignore it
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;
}
DrawnLine line = manager.LineIncubator.CompleteLine(message.LineId);