]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/garmin.cxx
plib-1.8.0 no longer defines the cchar type (which we used because we were
[flightgear.git] / src / Network / garmin.cxx
index a4e565d1498c4ce69b3286a4485cedf9d20a02b6..f2c8f32880486396370c51482e8c93f3181687c3 100644 (file)
@@ -392,7 +392,7 @@ bool FGGarmin::process() {
     if ( get_direction() == SG_IO_OUT ) {
        gen_message();
        if ( ! io->write( buf, length ) ) {
-           SG_LOG( SG_IO, SG_ALERT, "Error writing data." );
+           SG_LOG( SG_IO, SG_WARN, "Error writing data." );
            return false;
        }
     } else if ( get_direction() == SG_IO_IN ) {