From: Tony Finch Date: Wed, 10 Aug 2022 12:27:30 +0000 (+0100) Subject: A NOTICE() should be DEBUG() X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b02e1882ecd19fafc5b6a2df73963c1567294d26;p=thirdparty%2Ffreeradius-server.git A NOTICE() should be DEBUG() This is more consistent with other command arguments. --- diff --git a/scripts/jlibtool.c b/scripts/jlibtool.c index c6aa1503156..2f9c9a84257 100644 --- a/scripts/jlibtool.c +++ b/scripts/jlibtool.c @@ -2969,7 +2969,7 @@ static void parse_args(int argc, char *argv[], command_t *cmd) push_count_chars(cmd->arglist, arg); arg = argv[++a]; - NOTICE(" %s\n", arg); + DEBUG("Adding: %s\n", arg); push_count_chars(cmd->arglist, arg); arg_used = 1;