]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/garmin.cxx
Update nasal function name.
[flightgear.git] / src / Network / garmin.cxx
index a4e565d1498c4ce69b3286a4485cedf9d20a02b6..80690a22e83b5931e6ceadc44ea2c6e0e15bb0db 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started November 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -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 ) {