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:
parent
4bccc911b8
commit
034489718c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user