Use TIZEN_ENGINEER_MODE macro instead of _SECURE_LOG
[framework/web/webkit-efl.git] / Source / WTF / wtf / Assertions.cpp
index 4f82429..829867f 100644 (file)
@@ -447,7 +447,7 @@ void WTFLogAlways(const char* format, ...)
 #if ENABLE(TIZEN_DLOG_SUPPORT)
 void TizenLog(TizenDlogPriority priority, bool secureLog, int line, const char* function, const char* format, ...)
 {
-#ifndef _SECURE_LOG
+#ifndef TIZEN_ENGINEER_MODE
     // Do not print logs if _SECURE_LOG is not defined by dlog package and secureLog is true.
     if (secureLog)
         return;