summaryrefslogtreecommitdiff
path: root/source3/printing
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-08-30 14:48:33 +0000
committerGerald Carter <jerry@samba.org>2002-08-30 14:48:33 +0000
commit3cbe8922762817d38b6408154994714ca35f3734 (patch)
tree70b5d65e8a8709fc68086be0ac54282c291bd771 /source3/printing
parentdd0d4b527006d4f3724e496ff9d8be3cc1a176b3 (diff)
downloadsamba-3cbe8922762817d38b6408154994714ca35f3734.tar.gz
samba-3cbe8922762817d38b6408154994714ca35f3734.tar.bz2
samba-3cbe8922762817d38b6408154994714ca35f3734.zip
fix up print portion of registry. Merge from APP_HEAD.
(This used to be commit ec37633548ed329c05b93499f75883d987b78f1e)
Diffstat (limited to 'source3/printing')
-rw-r--r--source3/printing/nt_printing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c
index a5b4c5106a..bf90089448 100644
--- a/source3/printing/nt_printing.c
+++ b/source3/printing/nt_printing.c
@@ -2638,8 +2638,8 @@ WERROR add_printer_data( NT_PRINTER_INFO_LEVEL_2 *p2, char *key, char *value,
regval_ctr_addvalue( &p2->data.keys[key_index].values, value,
type, data, real_len );
- DEBUG(8,("add_printer_data: Added key => [%s], value => [%s], size => [%d]\n",
- key, value, real_len ));
+ DEBUG(8,("add_printer_data: Added key => [%s], value => [%s], type=> [%d], size => [%d]\n",
+ key, value, type, real_len ));
return result;
}