1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r4135: improve a debug message

(This used to be commit 4b45d3d2e8)
This commit is contained in:
Andrew Tridgell 2004-12-10 21:31:32 +00:00 committed by Gerald (Jerry) Carter
parent 1cd129b102
commit 6fb6174007

View File

@ -222,7 +222,7 @@ WERROR reg_open_key(TALLOC_CTX *mem_ctx, struct registry_key *parent, const char
WERROR error;
if(!parent) {
DEBUG(0, ("Invalid parent key specified"));
DEBUG(0, ("Invalid parent key specified for open of '%s'\n", name));
return WERR_INVALID_PARAM;
}