Commit c9d6d6da authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Logger: prefer 'VLC' over 'vlc'

parent b8bdfbdb
......@@ -368,7 +368,7 @@ static void AndroidPrint( void *opaque, int type, const msg_item_t *item,
return;
int canc = vlc_savecancel();
__android_log_vprint(prioritytype[type], "vlc", fmt, ap);
__android_log_vprint(prioritytype[type], "VLC", fmt, ap);
vlc_restorecancel( canc );
}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment