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:
parent
0bbb558b94
commit
7d0d07db38
|
|
@ -399,7 +399,7 @@ CmdLoad(w, cmd)
|
||||||
bool ignoreTech = FALSE;
|
bool ignoreTech = FALSE;
|
||||||
bool noWindow = FALSE;
|
bool noWindow = FALSE;
|
||||||
bool dereference = FALSE;
|
bool dereference = FALSE;
|
||||||
char verbose = DB_VERBOSE_WARN;
|
char verbose = DB_VERBOSE_ALL;
|
||||||
bool failNotFound = FALSE;
|
bool failNotFound = FALSE;
|
||||||
unsigned char saveVerbose;
|
unsigned char saveVerbose;
|
||||||
unsigned char flags;
|
unsigned char flags;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue