httpd: fix misplaced warning message
This commit is contained in:
parent
0fcfbe9221
commit
2e5db3ce85
1 changed files with 1 additions and 1 deletions
|
@ -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)");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue