summaryrefslogtreecommitdiff
path: root/bjnp-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'bjnp-io.c')
-rw-r--r--bjnp-io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bjnp-io.c b/bjnp-io.c
index df7e09f..f1b499b 100644
--- a/bjnp-io.c
+++ b/bjnp-io.c
@@ -1,7 +1,7 @@
/*
* Higher level bjnp IO communication implementation for
* bjnp backend for the Common UNIX Printing System (CUPS).
- * Copyright 2014 by Louis Lagendijk
+ * Copyright 2008-2020 by Louis Lagendijk
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -67,7 +67,7 @@ bjnp_close_printer(printer_t *printer)
close(printer->fd);
}
- bjnp_debug(LOG_DEBUG2, "Finish printjob\n");
+ bjnp_debug(LOG_DEBUG, "Finish printjob\n");
bjnp_send_close(printer);
free_printer(printer);
}