diff --git a/core/log/logger.h b/core/log/logger.h index 071b4031c..c9cd76edc 100644 --- a/core/log/logger.h +++ b/core/log/logger.h @@ -55,7 +55,7 @@ class String; PLogger::log_important(__FUNCTION__, __FILE__, __LINE__, str); #define PLOG_CUSTOM(category, level, str) \ - PLogger::log_important(category, level, __FUNCTION__, __FILE__, __LINE__, str); + PLogger::log_custom(category, level, __FUNCTION__, __FILE__, __LINE__, str); class PLogger : public Object { public: