浏览代码

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

Nathan Kinder 18 年之前
父节点
当前提交
825e7114f5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;