Changeset 6332 for trunk/qt4-gui/src/core/mainwin.cpp
- Timestamp:
- 06/17/08 16:49:11 (6 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/core/mainwin.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/core/mainwin.cpp
r6322 r6332 636 636 if (u == NULL) 637 637 { 638 gLog.Warn("%sMainWindow::slot_updatedUser(): Invalid user received: %s\n", 639 L_ERRORxSTR, id.toLatin1().data()); 638 char* ppidString = PPIDSTRING(ppid); 639 gLog.Warn("%sMainWindow::slot_updatedUser(): Invalid user received: %s (%s)\n", 640 L_ERRORxSTR, id.toLatin1().data(), ppidString); 641 delete[] ppidString; 640 642 break; 641 643 }
