ImACow likes dots....

This commit is contained in:
Asher Baker 2016-01-13 17:49:24 +00:00
parent 54fa7a0979
commit b2444071ea

View File

@ -344,7 +344,7 @@ void RunThread(IThreadHandle *pHandle)
} }
void OnTerminate(IThreadHandle *pHandle, bool cancel) { void OnTerminate(IThreadHandle *pHandle, bool cancel) {
printf("Upload thread terminated (%s)\n", (cancel ? "true" : "false")); printf("Upload thread terminated. (%s)\n", (cancel ? "true" : "false"));
} }
} uploadThread; } uploadThread;