about summary refs log tree commit diff
path: root/src/afl-cc.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-11-30 21:38:15 +0100
committervan Hauser <vh@thc.org>2020-11-30 21:38:15 +0100
commit1b75cc9f742ca6f5c95788269c66c346036b7233 (patch)
tree5a17ca18aa6c398c6e9ebad9b73d56156556374c /src/afl-cc.c
parent403b8a10864484153b9931c915279372b946a7ff (diff)
downloadafl++-1b75cc9f742ca6f5c95788269c66c346036b7233.tar.gz
add DEBUGF
Diffstat (limited to 'src/afl-cc.c')
-rw-r--r--src/afl-cc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index 25ed923a..6d39b890 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -1582,7 +1582,7 @@ int main(int argc, char **argv, char **envp) {
 
   if (debug) {
 
-    SAYF(cMGN "[D]" cRST " cd '%s';", getthecwd());
+    DEBUGF("cd '%s';", getthecwd());
     for (i = 0; i < argc; i++)
       SAYF(" '%s'", argv[i]);
     SAYF("\n");
@@ -1610,7 +1610,7 @@ int main(int argc, char **argv, char **envp) {
 
   if (debug) {
 
-    SAYF(cMGN "[D]" cRST " cd '%s';", getthecwd());
+    DEBUGF("cd '%s';", getthecwd());
     for (i = 0; i < (s32)cc_par_cnt; i++)
       SAYF(" '%s'", cc_params[i]);
     SAYF("\n");