Fix a print during connection cleanup

This commit is contained in:
Cameron Gutman 2014-02-02 05:48:43 -05:00
parent 75c80347a7
commit b775e6b8fb

View File

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