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
This commit is contained in:
Bernhard Miklautz 2015-06-22 12:09:18 +02:00
parent fc6a3cf3c1
commit 19afc6906c

View File

@ -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);