Changeset 1425
- Timestamp:
- 07/07/05 11:40:43 (4 years ago)
- Files:
-
- hydranode/src/schedbase.cpp (modified) (1 diff)
- hydranode/src/sockets.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/src/schedbase.cpp
r1328 r1425 203 203 if (!pendingReqs) { 204 204 logDebug( 205 "Scheduler::handleDownloads(): pendingReqs == 0!"206 " This shouldn't happen."205 "Scheduler::handleDownloads(): " 206 "pendingReqs == 0! This shouldn't happen." 207 207 ); 208 208 break; hydranode/src/sockets.cpp
r1420 r1425 257 257 } 258 258 259 logTrace(TRACE_SOCKET, boost::format("SocketClient::connect(%s)") % addr); 259 logTrace( 260 TRACE_SOCKET, boost::format("SocketClient::connect(%s)") % addr 261 ); 260 262 261 263 if (m_socket) {
