diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-12-10 21:31:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:06:29 -0500 |
commit | 6fb61740076f49a6e0ac3eaff5c8002e316cfe90 (patch) | |
tree | b1528a120d81bcb4854f0403a2f57bac1df0b6c2 /source4/lib/registry | |
parent | 1cd129b102ea36e534c73805884ad023a03f0329 (diff) | |
download | samba-6fb61740076f49a6e0ac3eaff5c8002e316cfe90.tar.gz samba-6fb61740076f49a6e0ac3eaff5c8002e316cfe90.tar.bz2 samba-6fb61740076f49a6e0ac3eaff5c8002e316cfe90.zip |
r4135: improve a debug message
(This used to be commit 4b45d3d2e86122dbe5bd258fc96ad674aba0d417)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/common/reg_interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/common/reg_interface.c b/source4/lib/registry/common/reg_interface.c index 740d849db1..a93fa31836 100644 --- a/source4/lib/registry/common/reg_interface.c +++ b/source4/lib/registry/common/reg_interface.c @@ -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; } |