Skip to content

Commit

Permalink
be more specific in printf
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Nov 22, 2024
1 parent 7d37f12 commit 9ea9180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neb_module_naemon/result_thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void *result_worker( void * data ) {
gearman_return_t ret;

gm_log( GM_LOG_DEBUG, "worker thr-%ld started\n", pthread_self() );
gm_log( GM_LOG_TRACE, "worker args: %s\n", data );
gm_log( GM_LOG_TRACE, "worker args: %s\n", (char*)data );
gethostname(hostname, GM_SMALLBUFSIZE-1);

result_ctx = mod_gm_crypt_init(mod_gm_opt->crypt_key);
Expand Down

0 comments on commit 9ea9180

Please sign in to comment.