X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=common%2Ftr_comm.c;h=4fb890c7bb1bd15acf8c5d4865eddcd066b5445c;hb=0cec16a53a8b41581883aaa605643a42f966043a;hp=3b177bb7f057c48e59ab06836bf12804382fec3a;hpb=addf9ce1e66625015db09de61c39061c4ac9b8e0;p=trust_router.git diff --git a/common/tr_comm.c b/common/tr_comm.c index 3b177bb..4fb890c 100644 --- a/common/tr_comm.c +++ b/common/tr_comm.c @@ -1480,7 +1480,8 @@ cleanup: void tr_comm_table_print(FILE *f, TR_COMM_TABLE *ctab) { char *s=tr_comm_table_to_str(NULL, ctab); - if (s!=NULL) - fprintf(f, "%s", s); - talloc_free(s); + if (s!=NULL) { + tr_debug("%s", s); + talloc_free(s); + } } \ No newline at end of file