Commit 8be6924b1d909c919d262262e8471fe7e6c58b56
1 parent
7acf8c87
Exists in
master
and in
3 other branches
Tentando identificar problema na impressao
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
session.c
@@ -431,7 +431,7 @@ void check_session_handle(H3270 **hSession) | @@ -431,7 +431,7 @@ void check_session_handle(H3270 **hSession) | ||
431 | #ifdef ANDROID | 431 | #ifdef ANDROID |
432 | __android_log_print(ANDROID_LOG_VERBOSE, PACKAGE_NAME, "%s called with empty session\n", __FUNCTION__); | 432 | __android_log_print(ANDROID_LOG_VERBOSE, PACKAGE_NAME, "%s called with empty session\n", __FUNCTION__); |
433 | #else | 433 | #else |
434 | - lib3270_write_log(*hSession,"%s called with empty session",__FUNCTION__); | 434 | + lib3270_write_log(*hSession, "lib3270", "%s called with empty session",__FUNCTION__); |
435 | #endif // ANDROID | 435 | #endif // ANDROID |
436 | } | 436 | } |
437 | 437 |