[vlc-commits] Logger: prefer 'VLC' over 'vlc'

Jean-Baptiste Kempf git at videolan.org
Sun Apr 15 18:40:41 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Apr 15 18:38:18 2012 +0200| [c9d6d6dabe57e46a83101cb2d0cc2a506d14b8c2] | committer: Jean-Baptiste Kempf

Logger: prefer 'VLC' over 'vlc'

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c9d6d6dabe57e46a83101cb2d0cc2a506d14b8c2
---

 modules/misc/logger.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/misc/logger.c b/modules/misc/logger.c
index d873817..6c7c8ae 100644
--- a/modules/misc/logger.c
+++ b/modules/misc/logger.c
@@ -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



More information about the vlc-commits mailing list