소스 검색

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;