1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

srv_spoolss_nt.c: fix wrong value in debug message

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Björn Jacke 2020-09-07 23:45:06 +02:00 committed by Jeremy Allison
parent ed625d6694
commit 7651c02681

View File

@ -6680,7 +6680,7 @@ static WERROR update_dsspooler(TALLOC_CTX *mem_ctx,
buffer.data, buffer.data,
buffer.length); buffer.length);
if (!W_ERROR_IS_OK(result)) { if (!W_ERROR_IS_OK(result)) {
DEBUG(0, ("Failed to set %s\n", SPOOL_REG_PRINTSHARENAME)); DBG_ERR("Failed to set %s\n", SPOOL_REG_PRINTERNAME);
goto done; goto done;
} }