]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_serial.cxx
Be a little quieter at the default debug level.
[simgear.git] / simgear / io / sg_serial.cxx
index 6145709294b419ac55254dde59e42cd0cc7ca1c0..fcffdf68ae1f45232a1604830349c9865e3c39a0 100644 (file)
@@ -133,7 +133,7 @@ int SGSerial::write( const char *buf, const int length ) {
     int result = port.write_port( buf, length );
 
     if ( result != length ) {
-       SG_LOG( SG_IO, SG_ALERT, "Error writing data: " << device );
+       SG_LOG( SG_IO, SG_WARN, "Error writing data: " << device );
     }
 
     return result;