]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/httpd.cxx
properly add librt when clock_gettime is used
[flightgear.git] / src / Network / httpd.cxx
index 31d4b93375af4724799b0b1184b99a102ed29df1..f301f552d5b2c6ebad9b639903a3621c261271f5 100644 (file)
@@ -147,7 +147,7 @@ void HttpdChannel::foundTerminator (void) {
                             if ( !globals->get_commands()
                                  ->execute(urlDecode(b).c_str(), &args) )
                             {
-                                SG_LOG( SG_GENERAL, SG_ALERT,
+                                SG_LOG( SG_NETWORK, SG_ALERT,
                                         "Command " << urlDecode(b)
                                         << " failed.");
                             }