فهرست منبع

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;