Changeset 219

Show
Ignore:
Timestamp:
03/27/09 12:15:17 (15 years ago)
Author:
bhilburn
Message:

Changing a LOG over to WARNING, as requested by NEWMAN.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/lib/socketcomm/socketcomm.cpp

    r216 r219  
    210210    int32_t clientSocket = accept(serverSock, NULL, NULL); 
    211211    if(clientSocket < 0) {  
    212         LOG("ALERT: Could not establish connection with client socket.\n"); 
     212        WARNING("ALERT: Could not establish connection with client socket.\n"); 
    213213        return -1; 
    214214    }