changeset 2430:190f5caaf1a8

Use printf() here as well.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 18 Feb 2020 23:31:10 +0200
parents ebb4650f3cc1
children ca548150de6b
files tools/fanalyze.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/fanalyze.c	Tue Feb 18 23:27:47 2020 +0200
+++ b/tools/fanalyze.c	Tue Feb 18 23:31:10 2020 +0200
@@ -463,7 +463,7 @@
 
         if (mode == FA_GREP)
         {
-            dmPrint(1, "Grep %s: ",
+            printf("Grep %s: ",
                 dmGrepTypes[val.type].name);
 
             dmPrintGrepValueList(node, FALSE, NULL, 0);