Show
Ignore:
Timestamp:
06/17/08 16:49:11 (6 months ago)
Author:
eugene
Message:

Two more places for ppidString...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/core/mainwin.cpp

    r6322 r6332  
    636636      if (u == NULL) 
    637637      { 
    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; 
    640642        break; 
    641643      }