1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3-rpc_client: Add debug message for printer dataex errors.

This commit is contained in:
Andreas Schneider 2012-02-13 18:57:26 +01:00 committed by Andreas Schneider
parent 4bccc911b8
commit 034489718c

View File

@ -2049,6 +2049,8 @@ WERROR winreg_get_printer_dataex(TALLOC_CTX *mem_ctx,
goto done;
}
if (!W_ERROR_IS_OK(result)) {
DEBUG(2, ("winreg_get_printer_dataex: Could not query value %s: %s\n",
value, win_errstr(result)));
goto done;
}
@ -2075,6 +2077,8 @@ WERROR winreg_get_printer_dataex(TALLOC_CTX *mem_ctx,
goto done;
}
if (!W_ERROR_IS_OK(result)) {
DEBUG(2, ("winreg_get_printer_dataex: Could not query value %s: %s\n",
value, win_errstr(result)));
goto done;
}