r4135: improve a debug message
authorAndrew Tridgell <tridge@samba.org>
Fri, 10 Dec 2004 21:31:32 +0000 (21:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:06:29 +0000 (13:06 -0500)
(This used to be commit 4b45d3d2e86122dbe5bd258fc96ad674aba0d417)

source4/lib/registry/common/reg_interface.c

index 740d849db1d6cf97ebdafe4519eb71048a003108..a93fa3183665cf18eae7b3143c53f9fadadd0ed2 100644 (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;
        }