# HG changeset patch # User Matti Hamalainen # Date 1582061470 -7200 # Node ID 190f5caaf1a89383304a88aa7d31626f78aa48e7 # Parent ebb4650f3cc138801f40a95bd28f1b9a9df959f9 Use printf() here as well. diff -r ebb4650f3cc1 -r 190f5caaf1a8 tools/fanalyze.c --- 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);