Searched refs:debug_log (Results 1 – 4 of 4) sorted by relevance
36 if (ctx->debug_log == NULL) in debug_print()39 write_timestamp(ctx->debug_log); in debug_print()41 vfprintf(ctx->debug_log, fmt, ap); in debug_print()44 fprintf(ctx->debug_log, "\n"); in debug_print()52 if (ctx->debug_log == NULL) in debug_dump_node()58 write_timestamp(ctx->debug_log); in debug_dump_node()59 fprintf(ctx->debug_log, "%s: '%s'\n", title, str); in debug_dump_node()150 if (ctx.debug_log) in main()152 ctx.debug_log = fopen(optarg, "a"); in main()153 if (ctx.debug_log == NULL) { in main()[all …]
16 FILE *debug_log; member
86 debug_log = get_debug_log(autoserv_log_url, autoserv_log_path)87 lines = [line for line in debug_log if line]
5998 msgstr "nie można uzyskać zawartości .debug_log: %s"