Explorar el Código

Resolves: 158667
Summary: Fractional replication log statement needed a newline.

Nathan Kinder hace 18 años
padre
commit
825e7114f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ldap/servers/plugins/replication/repl5_agmt.c

+ 1 - 1
ldap/servers/plugins/replication/repl5_agmt.c

@@ -399,7 +399,7 @@ agmt_new_from_entry(Slapi_Entry *e)
 			{
 				/* 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;