]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_socket.cxx
Tweaks in preparation for the 0.3.6-pre1 release.
[simgear.git] / simgear / io / sg_socket.cxx
index 7407f6ec99fb2e2413af2cdea3cea4cb9d9a9538..e642639acd5f334e05881ce48b190a217006154d 100644 (file)
@@ -331,7 +331,7 @@ SGSocket::write( const char *buf, const int length )
 
     if ( s->send( buf, length ) < 0 )
     {
-       SG_LOG( SG_IO, SG_ALERT, "Error writing to socket: " << port );
+       SG_LOG( SG_IO, SG_WARN, "Error writing to socket: " << port );
        error_condition = true;
     }