diff options
author | Tim Potter <tpot@samba.org> | 2002-03-17 06:04:15 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-03-17 06:04:15 +0000 |
commit | a4cce223d6873400b053872a6e3b2eb8621eea45 (patch) | |
tree | 5b1b751221512035ab3588b72d9ef5cbdd35c55b /source3/printing/nt_printing.c | |
parent | ab13654dc9ac23872e4d1384e1c54e336f113009 (diff) | |
download | samba-a4cce223d6873400b053872a6e3b2eb8621eea45.tar.gz samba-a4cce223d6873400b053872a6e3b2eb8621eea45.tar.bz2 samba-a4cce223d6873400b053872a6e3b2eb8621eea45.zip |
Added dos_errstr() function. Not all errors in list yet.
(This used to be commit ddb5753e36b8c5efb48ce5c82c16d970fb8e76b6)
Diffstat (limited to 'source3/printing/nt_printing.c')
-rw-r--r-- | source3/printing/nt_printing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index 4cd9a0ec91..aff3bdebed 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -3210,7 +3210,7 @@ WERROR get_a_printer(NT_PRINTER_INFO_LEVEL **pp_printer, uint32 level, fstring s break; } - DEBUG(10,("get_a_printer: [%s] level %u returning %s\n", sharename, (unsigned int)level, werror_str(result))); + DEBUG(10,("get_a_printer: [%s] level %u returning %s\n", sharename, (unsigned int)level, dos_errstr(result))); return result; } |