Hi!

Whenever there is an error updating the server list, I had no clue which UIN
had the problem.

This small patch fixes this.

Please apply,
thanks
Philipp

-- 
A byte walks into a bar and orders a pint. Bartender asks him "What's wrong?"
Byte says "Parity error." Bartender nods and says "Yeah, I thought you looked
a bit off."
Index: src/icqd-srv.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqd-srv.cpp,v
retrieving revision 1.170
diff -u -1 -b -p -r1.170 icqd-srv.cpp
--- src/icqd-srv.cpp    10 Sep 2005 04:21:06 -0000      1.170
+++ src/icqd-srv.cpp    11 Sep 2005 07:28:39 -0000
@@ -4175,4 +4175,4 @@ void CICQDaemon::ProcessListFam(CBuffer 
           default:
-            gLog.Error(tr("%sUnknown error modifying server list: 0x%02X\n"),
-                       L_ERRORxSTR, nError & 0xFF);
+            gLog.Error(tr("%sUnknown error modifying server list: 0x%02X (Uin: 
%lu)\n"),
+                       L_ERRORxSTR, nError & 0xFF, nUin);
         }

Reply via email to