From: Torsten Dreyer Date: Mon, 2 Mar 2015 19:39:23 +0000 (+0100) Subject: httpd: fix misplaced warning message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2e5db3ce85d5ee36bd599cc0b02cbab52a249629;p=flightgear.git httpd: fix misplaced warning message --- diff --git a/src/Network/http/PropertyChangeWebsocket.cxx b/src/Network/http/PropertyChangeWebsocket.cxx index bf4f0856c..0d08fc367 100644 --- a/src/Network/http/PropertyChangeWebsocket.cxx +++ b/src/Network/http/PropertyChangeWebsocket.cxx @@ -239,8 +239,8 @@ void PropertyChangeWebsocket::WatchedNodesList::handleCommand(const string & com SG_LOG(SG_NETWORK, SG_INFO, "httpd: " << command << " '" << node << "' success"); return; } - SG_LOG(SG_NETWORK, SG_WARN, "httpd: " << command << " '" << node << "' ignored (not found)"); } + SG_LOG(SG_NETWORK, SG_WARN, "httpd: " << command << " '" << node << "' ignored (not found)"); } }