mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 07:03:33 +02:00
Clean up among the logs. Remove MASTER_LOG.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user