Clean up among the logs. Remove MASTER_LOG.

This commit is contained in:
Henrik Rydgård
2017-03-06 13:10:23 +01:00
parent cfe2621604
commit 440e72d250
36 changed files with 181 additions and 179 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ static void ExecuteServer() {
if (!http->Listen(g_Config.iRemoteISOPort)) {
if (!http->Listen(0)) {
ERROR_LOG(COMMON, "Unable to listen on any port");
ERROR_LOG(FILESYS, "Unable to listen on any port");
UpdateStatus(ServerStatus::STOPPED);
return;
}