Annoying message "The thread 'Win32 Thread' (0xa98) has exited with code 0 (0x0)." by curl multi

Hello,
in version cocos2d-1.0.1-x-0.11.0 started annoying message “The thread ‘Win32 Thread’ (0xa98) has exited with code 0 (0x0).”, if I call “curl_multi_perform(mMultiHandle, &mStillRunningHandles);”.

Its possible to disable it?

Thanks

MG

Solution is simpl:

~~right click on Visual Studio Output
~~uncheck “Process message exit”
-uncheck “Thread message exit”

:slight_smile: