One more correction related to the "verbose" level of the "load"
command, without which the previous commit does nothing.
This commit is contained in:
parent
7d0d07db38
commit
70908a8ab5
|
|
@ -92,7 +92,7 @@ char *DBSuffix = ".mag";
|
|||
int DBLambda[2] = {1, 1};
|
||||
|
||||
/* See database.h for verbose levels */
|
||||
unsigned char DBVerbose = DB_VERBOSE_WARN;
|
||||
unsigned char DBVerbose = DB_VERBOSE_ALL;
|
||||
|
||||
/* Global name of backup file for this session */
|
||||
static char *DBbackupFile = (char *)NULL;
|
||||
|
|
|
|||
Loading…
Reference in New Issue