Changeset 6332 for trunk/qt4-gui/src/core/licqgui.cpp
- Timestamp:
- 06/17/08 16:49:11 (6 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/core/licqgui.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/core/licqgui.cpp
r6319 r6332 1404 1404 if (u == NULL) 1405 1405 { 1406 gLog.Warn("%sLicqGui::userUpdated(): Invalid user received: %s\n", 1407 L_ERRORxSTR, id.toLatin1().data()); 1406 char* ppidString = PPIDSTRING(ppid); 1407 gLog.Warn("%sLicqGui::userUpdated(): Invalid user received: %s (%s)\n", 1408 L_ERRORxSTR, id.toLatin1().data(), ppidString); 1409 delete[] ppidString; 1408 1410 return; 1409 1411 }
