summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_spoolss.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-03-14 02:48:03 +0000
committerTim Potter <tpot@samba.org>2002-03-14 02:48:03 +0000
commitaad2072e07481da2f24ffb91454881c026840500 (patch)
tree3d90bbf3b21e82858c7bd3c3ce283a38204e0fc9 /source3/rpc_parse/parse_spoolss.c
parent840279f3424eb92d1c4b55e1f9a1aca938b087ca (diff)
downloadsamba-aad2072e07481da2f24ffb91454881c026840500.tar.gz
samba-aad2072e07481da2f24ffb91454881c026840500.tar.bz2
samba-aad2072e07481da2f24ffb91454881c026840500.zip
Remove studly gaps from prs_werror() calls so the same debug text is
logged. This makes it much easier to use grep on log files when searching for errors. (This used to be commit ab1ebd377931166f2ecded784a0182102d4c1ca2)
Diffstat (limited to 'source3/rpc_parse/parse_spoolss.c')
-rw-r--r--source3/rpc_parse/parse_spoolss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_spoolss.c b/source3/rpc_parse/parse_spoolss.c
index b929369ec9..a37893db9b 100644
--- a/source3/rpc_parse/parse_spoolss.c
+++ b/source3/rpc_parse/parse_spoolss.c
@@ -952,7 +952,7 @@ BOOL spoolss_io_r_open_printer_ex(char *desc, SPOOL_R_OPEN_PRINTER_EX *r_u, prs_
if (!smb_io_pol_hnd("printer handle",&(r_u->handle),ps,depth))
return False;
- if (!prs_werror("status code", ps, depth, &(r_u->status)))
+ if (!prs_werror("status", ps, depth, &(r_u->status)))
return False;
return True;