Fix duplicate identifier at LOG_NOT_SUPPORTED

This commit is contained in:
jarupxx 2018-02-23 19:54:53 +09:00
parent 1a15f402e8
commit 3069d35a2a
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ extern thread_local std::string _logPrefix;
// LOG_NOT_SUPPORTED indicates that Cxbx cannot implement (part of) an api
#define LOG_NOT_SUPPORTED() \
do { if(g_bPrintfOn) { \
std::cout << _logFuncPrefix << __func__ << " not supported!\n"; \
std::cout << _logFuncPrefix << " not supported!\n"; \
} } while (0)
#else // _DEBUG_TRACE