Changeset 1425

Show
Ignore:
Timestamp:
07/07/05 11:40:43 (4 years ago)
Author:
madcat
Message:

Line-length-limit fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/src/schedbase.cpp

    r1328 r1425  
    203203                if (!pendingReqs) { 
    204204                        logDebug( 
    205                                 "Scheduler::handleDownloads(): pendingReqs == 0!
    206                                 " This shouldn't happen." 
     205                                "Scheduler::handleDownloads():
     206                                "pendingReqs == 0! This shouldn't happen." 
    207207                        ); 
    208208                        break; 
  • hydranode/src/sockets.cpp

    r1420 r1425  
    257257        } 
    258258 
    259         logTrace(TRACE_SOCKET, boost::format("SocketClient::connect(%s)") % addr); 
     259        logTrace( 
     260                TRACE_SOCKET, boost::format("SocketClient::connect(%s)") % addr 
     261        ); 
    260262 
    261263        if (m_socket) {