One more correction related to the "verbose" level of the "load"

command, without which the previous commit does nothing.
This commit is contained in:
Tim Edwards 2022-12-21 21:23:51 -05:00
parent 7d0d07db38
commit 70908a8ab5
1 changed files with 1 additions and 1 deletions

View File

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