]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/props.cxx
Clean-up: move autosave.xml loading code to proper method
[flightgear.git] / src / Network / props.cxx
index ac1b6ee9702633f1d166d45e19ab3b05f9a6b6b7..7240d5cb236bcd360f1371ce348e909479bc0df2 100644 (file)
@@ -292,7 +292,7 @@ PropsChannel::foundTerminator()
                     if ( !globals->get_commands()
                              ->execute( "reinit", &args) )
                     {
-                        SG_LOG( SG_GENERAL, SG_ALERT,
+                        SG_LOG( SG_NETWORK, SG_ALERT,
                                 "Command " << tokens[1] << " failed.");
                         if ( mode == PROMPT ) {
                             tmp += "*failed*";
@@ -357,7 +357,7 @@ PropsChannel::foundTerminator()
                     if ( !globals->get_commands()
                              ->execute(tokens[1].c_str(), &args) )
                     {
-                        SG_LOG( SG_GENERAL, SG_ALERT,
+                        SG_LOG( SG_NETWORK, SG_ALERT,
                                 "Command " << tokens[1] << " failed.");
                         if ( mode == PROMPT ) {
                             tmp += "*failed*";