Changeset 4889 for branches/erijo-dev
- Timestamp:
- 04/12/07 04:52:53 (20 months ago)
- Files:
-
- 1 modified
-
branches/erijo-dev/licq/src/daemon.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/erijo-dev/licq/src/daemon.cpp
r4884 r4889 128 128 EventLoop.addFileDescriptor(Pipe.getFileDescriptor(), 129 129 TEventLoop::ACTION_READ_FD, this); 130 return EventLoop.run(); 130 131 const int ret = EventLoop.run(); 132 if (ret != 0) 133 Log.error("Daemon exited with non-zero exit code (%d)", ret); 134 135 return ret; 131 136 } 132 137
