Changeset 1711 for trunk/auto-reply
- Timestamp:
- 04/28/00 18:50:18 (9 years ago)
- Files:
-
- 1 modified
-
trunk/auto-reply/src/autoreply.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/auto-reply/src/autoreply.cpp
r1259 r1711 18 18 #include "licq_file.h" 19 19 #include "licq_user.h" 20 #include "licq_socket.h" 20 21 #include "licq_constants.h" 21 22 … … 78 79 if (m_szStatus != NULL) 79 80 { 80 unsigned long s = licqDaemon->StringToStatus(m_szStatus);81 unsigned long s = StringToStatus(m_szStatus); 81 82 ICQOwner *o = gUserManager.FetchOwner(LOCK_R); 82 83 bool b = o->StatusOffline(); … … 186 187 break; 187 188 default: 188 gLog.Warn("%sInternal error: CLicqiAutoReply::ProcessSignal(): Unknown signal command received from daemon: % d.\n",189 gLog.Warn("%sInternal error: CLicqiAutoReply::ProcessSignal(): Unknown signal command received from daemon: %ld.\n", 189 190 L_WARNxSTR, s->Signal()); 190 191 break; … … 244 245 if (e == NULL) 245 246 { 246 gLog.Warn("%sInvalid message id (% d).\n", L_AUTOREPxSTR, nId);247 gLog.Warn("%sInvalid message id (%ld).\n", L_AUTOREPxSTR, nId); 247 248 } 248 249 else
