[Fedora-directory-commits] ldapserver/ldap/servers/plugins/replication repl5_agmt.c, 1.11, 1.12

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Fri Sep 28 22:41:11 UTC 2007


Author: nkinder

Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/replication
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4048

Modified Files:
	repl5_agmt.c 
Log Message:
Resolves: 158667
Summary: Fractional replication log statement needed a newline.



Index: repl5_agmt.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/replication/repl5_agmt.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- repl5_agmt.c	10 Nov 2006 23:45:17 -0000	1.11
+++ repl5_agmt.c	28 Sep 2007 22:41:09 -0000	1.12
@@ -399,7 +399,7 @@
 			{
 				/* Report the error to the client */
 				slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name, "WARNING: "
-						"Attempt to exclude illegal attributes from a fractional agreement");
+						"Attempt to exclude illegal attributes from a fractional agreement\n");
 				/* Free the list */
 				slapi_ch_array_free(denied_attrs);	
 				goto loser;




More information about the Fedora-directory-commits mailing list