diff --git a/wCenterWindow/updater.cpp b/wCenterWindow/updater.cpp index 92c9962..4044be1 100644 --- a/wCenterWindow/updater.cpp +++ b/wCenterWindow/updater.cpp @@ -1,4 +1,4 @@ -// wCenterWindow +// wCenterWindow // updater.h #include "wCenterWindow.h" @@ -49,7 +49,7 @@ UINT WINAPI Updater(void*) { it = obj.find("message"), it2; if (it != obj.end()) { std::string u = (*it).second.get(); - logger.Out(L"[UPDT] %s(%d): Error! The url is %s", TEXT(__FUNCTION__), __LINE__, u); + logger.Out(L"[UPDT] %s(%d): Error! The url is %S", TEXT(__FUNCTION__), __LINE__, u); return 102; _endthreadex(102); } diff --git a/wCenterWindow/wCenterWindow.vcxproj.user b/wCenterWindow/wCenterWindow.vcxproj.user index 246778c..3f889cd 100644 --- a/wCenterWindow/wCenterWindow.vcxproj.user +++ b/wCenterWindow/wCenterWindow.vcxproj.user @@ -1,7 +1,8 @@  - /noupdate + + WindowsLocalDebugger @@ -10,7 +11,8 @@ - /noupdate + + WindowsLocalDebugger