ImACow likes dots....
This commit is contained in:
parent
54fa7a0979
commit
b2444071ea
@ -344,7 +344,7 @@ void RunThread(IThreadHandle *pHandle)
|
||||
}
|
||||
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user