1
0
Fork 0

httpd: fix misplaced warning message

This commit is contained in:
Torsten Dreyer 2015-03-02 20:39:23 +01:00
parent 0fcfbe9221
commit 2e5db3ce85

View file

@ -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)");
}
}