Commit 8be6924b1d909c919d262262e8471fe7e6c58b56

Authored by perry.werneck@gmail.com
1 parent 7acf8c87

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 431 #ifdef ANDROID
432 432 __android_log_print(ANDROID_LOG_VERBOSE, PACKAGE_NAME, "%s called with empty session\n", __FUNCTION__);
433 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 435 #endif // ANDROID
436 436 }
437 437  
... ...