[Android] jni: cosmetics: typo
Edward Wang
git at videolan.org
Sat Dec 8 23:26:56 CET 2012
vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Sat Dec 8 17:26:14 2012 -0500| [6ee3e1d2742daa7d9d404ab810072c96cf34a4c1] | committer: Edward Wang
jni: cosmetics: typo
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=6ee3e1d2742daa7d9d404ab810072c96cf34a4c1
---
vlc-android/jni/libvlcjni.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/jni/libvlcjni.c b/vlc-android/jni/libvlcjni.c
index 2f075d8..d17b40f 100644
--- a/vlc-android/jni/libvlcjni.c
+++ b/vlc-android/jni/libvlcjni.c
@@ -411,7 +411,7 @@ void Java_org_videolan_vlc_LibVLC_nativeInit(JNIEnv *env, jobject thiz, jboolean
jstring subsencoding = (*env)->CallObjectMethod(env, thiz, methodId);
const char *subsencodingstr = (*env)->GetStringUTFChars(env, subsencoding, 0);
- LOGD("Subtitles encoding sets to: %s", subsencodingstr);
+ LOGD("Subtitle encoding set to \"%s\"", subsencodingstr);
verbosity = verbose;
libvlc_log_subscribe(&debug_subscriber, debug_log, &verbosity);
More information about the Android
mailing list