Author: tridge
Date: 2004-12-10 21:31:32 +0000 (Fri, 10 Dec 2004)
New Revision: 4135

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4135

Log:
improve a debug message

Modified:
   branches/SAMBA_4_0/source/lib/registry/common/reg_interface.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/registry/common/reg_interface.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/common/reg_interface.c       
2004-12-10 21:08:34 UTC (rev 4134)
+++ branches/SAMBA_4_0/source/lib/registry/common/reg_interface.c       
2004-12-10 21:31:32 UTC (rev 4135)
@@ -222,7 +222,7 @@
        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;
        }
 

Reply via email to