svn commit: samba r23458 - in branches/SAMBA_3_0/source/registry: .
obnox at samba.org
obnox at samba.org
Wed Jun 13 10:06:19 GMT 2007
Author: obnox
Date: 2007-06-13 10:06:17 +0000 (Wed, 13 Jun 2007)
New Revision: 23458
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23458
Log:
Cosmetic fix in debug output.
Modified:
branches/SAMBA_3_0/source/registry/reg_db.c
Changeset:
Modified: branches/SAMBA_3_0/source/registry/reg_db.c
===================================================================
--- branches/SAMBA_3_0/source/registry/reg_db.c 2007-06-13 09:55:13 UTC (rev 23457)
+++ branches/SAMBA_3_0/source/registry/reg_db.c 2007-06-13 10:06:17 UTC (rev 23458)
@@ -470,7 +470,7 @@
/* create a record with 0 subkeys */
if ( !regdb_store_keys_internal( path, subkeys ) ) {
DEBUG(0,("regdb_store_keys: Failed to store "
- "new record for key [%s}\n", path ));
+ "new record for key [%s]\n", path ));
goto fail;
}
}
More information about the samba-cvs
mailing list