From 8be6924b1d909c919d262262e8471fe7e6c58b56 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Wed, 26 Sep 2012 22:20:21 +0000 Subject: [PATCH] Tentando identificar problema na impressao --- session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session.c b/session.c index 765ee8b..8f24178 100644 --- a/session.c +++ b/session.c @@ -431,7 +431,7 @@ void check_session_handle(H3270 **hSession) #ifdef ANDROID __android_log_print(ANDROID_LOG_VERBOSE, PACKAGE_NAME, "%s called with empty session\n", __FUNCTION__); #else - lib3270_write_log(*hSession,"%s called with empty session",__FUNCTION__); + lib3270_write_log(*hSession, "lib3270", "%s called with empty session",__FUNCTION__); #endif // ANDROID } -- libgit2 0.21.2