Changeset 33595 in vbox for trunk/src/VBox/GuestHost/OpenGL/util/tcpip.c
- Timestamp:
- Oct 29, 2010 10:35:00 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/tcpip.c
r15532 r33595 723 723 if ( err == EINTR ) 724 724 { 725 crWarning( "select interrup ed by an unblocked signal, trying again" );725 crWarning( "select interrupted by an unblocked signal, trying again" ); 726 726 } 727 727 else … … 1314 1314 { 1315 1315 crWarning( "connection to %s:%d " 1316 "interrup ed, trying again", conn->hostname, conn->port );1316 "interrupted, trying again", conn->hostname, conn->port ); 1317 1317 continue; 1318 1318 }
Note:
See TracChangeset
for help on using the changeset viewer.