QTfrontend/newnetclient.cpp
changeset 1581 2dfa315b4bb2
parent 1577 e3e37c730dc0
child 1584 90f6a5abad17
--- a/QTfrontend/newnetclient.cpp	Mon Jan 05 17:03:49 2009 +0000
+++ b/QTfrontend/newnetclient.cpp	Mon Jan 05 19:44:43 2009 +0000
@@ -385,7 +385,7 @@
 	if(lst[0] == "LOBBY:LEFT") {
 		if(lst.size() < 2)
 		{
-			qWarning("Net: Bad LEFT message");
+			qWarning("Net: Bad LOBBY:LEFT message");
 			return;
 		}
 		emit nickRemovedLobby(lst[1]);