summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mobicore/common/LogWrapper/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobicore/common/LogWrapper/log.h b/mobicore/common/LogWrapper/log.h
index 4b8b5e8..7d904f5 100644
--- a/mobicore/common/LogWrapper/log.h
+++ b/mobicore/common/LogWrapper/log.h
@@ -133,7 +133,7 @@
do \
{ \
_LOG_E(" *****************************"); \
- _LOG_E(" *** ERROR: " __VA_ARGS__); \
+ _LOG_E(" *** ERROR: ", __VA_ARGS__); \
_LOG_E(" *** Detected in %s/%u()", __FUNCTION__, __LINE__); \
_LOG_E(" *****************************"); \
} while(1!=1)