Changeset 6331

Show
Ignore:
Timestamp:
06/17/08 16:20:30 (5 months ago)
Author:
eugene
Message:

Fixed the warning.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/msn/src/msnevent.cpp

    r6233 r6331  
    192192      if (nWrote != (ssize_t)nLen) 
    193193      { 
    194     gLog.Error("%sDisplay Picture: Tried to write %ld, but wrote %lu (Id: %ld.\n", 
    195            L_MSNxSTR, nLen, nWrote, m_nSessionId); 
     194    gLog.Error("%sDisplay Picture: Tried to write %ld, but wrote %ld (Id: %ld).\n", 
     195           L_MSNxSTR, nLen, (long)nWrote, m_nSessionId); 
    196196      } 
    197197