mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 14:21:30 +00:00
Fix a print during connection cleanup
This commit is contained in:
@@ -60,6 +60,7 @@ void LiStopConnection(void) {
|
|||||||
Limelog("Cleaning up platform...");
|
Limelog("Cleaning up platform...");
|
||||||
cleanupPlatformSockets();
|
cleanupPlatformSockets();
|
||||||
stage--;
|
stage--;
|
||||||
|
Limelog("done\n");
|
||||||
}
|
}
|
||||||
LC_ASSERT(stage == STAGE_NONE);
|
LC_ASSERT(stage == STAGE_NONE);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user