diff --git a/client/client_msgs.cpp b/client/client_msgs.cpp index fffe1e97d4..c0c9555fd9 100644 --- a/client/client_msgs.cpp +++ b/client/client_msgs.cpp @@ -131,7 +131,7 @@ void show_message(PROJ_AM *p, char* msg, int priority, bool is_html, const char* ::OutputDebugString(evt_message); #endif #ifdef ANDROID // print message to Logcat - __android_log_print(ANDROID_LOG_INFO, "BOINC", evt_message) + __android_log_print(ANDROID_LOG_INFO, "BOINC", evt_message); #endif #endif