common: when debug output is requested, disable quiet mode

This commit is contained in:
Solomon Peachy 2021-08-04 17:37:28 -04:00
parent 316710ca63
commit ccec9973eb
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
#include <signal.h>
#include <strings.h> /* For strncasecmp */
#define BACKEND_VERSION "0.114"
#define BACKEND_VERSION "0.115"
#ifndef CORRTABLE_PATH
#ifdef PACKAGE_DATA_DIR
@ -1337,7 +1337,7 @@ int main (int argc, char **argv)
exit(1);
}
if (stats_only)
if (stats_only && !dyesub_debug)
quiet = 1;
DEBUG("Multi-Call Dye-sublimation CUPS Backend version %s\n",