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).
This commit is contained in:
Tim Edwards 2022-12-21 21:15:33 -05:00
parent 0bbb558b94
commit 7d0d07db38
1 changed files with 1 additions and 1 deletions

View File

@ -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;