Changeset 6331
- Timestamp:
- 06/17/08 16:20:30 (5 months ago)
- Files:
-
- 1 modified
-
trunk/msn/src/msnevent.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/msn/src/msnevent.cpp
r6233 r6331 192 192 if (nWrote != (ssize_t)nLen) 193 193 { 194 gLog.Error("%sDisplay Picture: Tried to write %ld, but wrote %l u (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); 196 196 } 197 197
