svn commit: samba r4135 - in branches/SAMBA_4_0/source/lib/registry/common: .

tridge at samba.org tridge at samba.org
Fri Dec 10 21:31:32 GMT 2004


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;
 	}
 



More information about the samba-cvs mailing list