From 19afc6906ca722d36eb45010da51c2424ce62a54 Mon Sep 17 00:00:00 2001 From: Bernhard Miklautz Date: Mon, 22 Jun 2015 12:09:18 +0200 Subject: [PATCH] client/android: reset debug level to default * WLOG debug level was hard coded to DEBUG which generates a lot of noise * remove indecent and unneeded debug message --- client/Android/FreeRDPCore/jni/android_freerdp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/Android/FreeRDPCore/jni/android_freerdp.c b/client/Android/FreeRDPCore/jni/android_freerdp.c index f658e9099..b1fb5fd10 100644 --- a/client/Android/FreeRDPCore/jni/android_freerdp.c +++ b/client/Android/FreeRDPCore/jni/android_freerdp.c @@ -677,7 +677,6 @@ JNIEXPORT jint JNICALL jni_freerdp_new(JNIEnv *env, jclass cls) freerdp_free(instance); instance = NULL; } - WLog_SetLogLevel(WLog_GetRoot(), WLOG_DEBUG); return (jint) instance; } @@ -717,7 +716,6 @@ JNIEXPORT jboolean JNICALL jni_freerdp_disconnect(JNIEnv *env, jclass cls, jint androidContext* ctx = (androidContext*)inst->context; ANDROID_EVENT* event = (ANDROID_EVENT*)android_event_disconnect_new(); DEBUG_ANDROID("DISCONNECT!"); - WLog_ERR(ANDROID_TAG, "Disconnect shit"); assert(inst); assert(ctx);