summaryrefslogtreecommitdiff
path: root/backend/epson2-commands.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-01-02 20:06:30 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-01-02 20:06:30 +0100
commitb2802d98d4486d6afc585062f4ca02fddf829dc5 (patch)
treeb74907ddd07161872edfa3d8be1a4ece63a6ec62 /backend/epson2-commands.c
parent29eaee2cf7c71df75a2d31f82738cc3a060f7a88 (diff)
Release 1.0.25+git20150102-1
Diffstat (limited to 'backend/epson2-commands.c')
-rw-r--r--backend/epson2-commands.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/backend/epson2-commands.c b/backend/epson2-commands.c
index a84630b..0c28eab 100644
--- a/backend/epson2-commands.c
+++ b/backend/epson2-commands.c
@@ -333,7 +333,7 @@ esci_set_gamma_table(Epson_Scanner * s)
/* Print the gamma tables before sending them to the scanner */
- if (DBG_LEVEL >= 10) {
+ if (DBG_LEVEL >= 16) {
int c, i, j;
for (c = 0; c < 3; c++) {
@@ -347,7 +347,8 @@ esci_set_gamma_table(Epson_Scanner * s)
s->gamma_table[c][i + j]);
strcat(gammaValues, newValue);
}
- DBG(11, "gamma table[%d][%d] %s\n", c, i,
+
+ DBG(16, "gamma table[%d][%d] %s\n", c, i,
gammaValues);
}
}