diff options
author | van Hauser <vh@thc.org> | 2020-11-30 21:54:18 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-11-30 21:54:18 +0100 |
commit | e769102491a4a5aa90afe57cce48211338133d3f (patch) | |
tree | 3f5a3003ae4ca5451edd023ab116be3ce91f76d9 /src/afl-ld-lto.c | |
parent | 1b75cc9f742ca6f5c95788269c66c346036b7233 (diff) | |
download | afl++-e769102491a4a5aa90afe57cce48211338133d3f.tar.gz |
more DEBUGF
Diffstat (limited to 'src/afl-ld-lto.c')
-rw-r--r-- | src/afl-ld-lto.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/afl-ld-lto.c b/src/afl-ld-lto.c index e6ea1f1d..16feaa80 100644 --- a/src/afl-ld-lto.c +++ b/src/afl-ld-lto.c @@ -182,10 +182,12 @@ static void edit_params(int argc, char **argv) { instrim = 1; if (debug) - DEBUGF("passthrough=%s instrim=%d, gold_pos=%d, gold_present=%s inst_present=%s rt_present=%s rt_lto_present=%s\n", - passthrough ? "true" : "false", instrim, gold_pos, - gold_present ? "true" : "false", inst_present ? "true" : "false", - rt_present ? "true" : "false", rt_lto_present ? "true" : "false"); + DEBUGF( + "passthrough=%s instrim=%d, gold_pos=%d, gold_present=%s " + "inst_present=%s rt_present=%s rt_lto_present=%s\n", + passthrough ? "true" : "false", instrim, gold_pos, + gold_present ? "true" : "false", inst_present ? "true" : "false", + rt_present ? "true" : "false", rt_lto_present ? "true" : "false"); for (i = 1; i < argc; i++) { |