Prettiefied WLog messages.

This commit is contained in:
Armin Novak 2015-01-20 11:39:33 +01:00
parent 54ec26c758
commit 5ce9c71a40
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ static void* audin_server_thread_func(void* arg)
break; break;
default: default:
WLog_ERR(TAG, "audin_server_thread_func: unknown MessageId %d\n", MessageId); WLog_ERR(TAG, "audin_server_thread_func: unknown MessageId %d", MessageId);
break; break;
} }
} }