From 7d0d07db388a3762400d869c71bbfb3adca9bf02 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Wed, 21 Dec 2022 21:15:33 -0500 Subject: [PATCH] Changed the default behavior of the "load" command to print verbose messages (got changed in a recent commit to a quieter output which doesn't provide much feedback about what's going on during a lengthy load). --- commands/CmdLQ.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/CmdLQ.c b/commands/CmdLQ.c index b4554e13..cd4fae57 100644 --- a/commands/CmdLQ.c +++ b/commands/CmdLQ.c @@ -399,7 +399,7 @@ CmdLoad(w, cmd) bool ignoreTech = FALSE; bool noWindow = FALSE; bool dereference = FALSE; - char verbose = DB_VERBOSE_WARN; + char verbose = DB_VERBOSE_ALL; bool failNotFound = FALSE; unsigned char saveVerbose; unsigned char flags;