소스 검색

Add log print service.

(Logical change 1.96)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@351 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 21 년 전
부모
커밋
0d90b61b8d
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      exec/amf.c

+ 3 - 1
exec/amf.c

@@ -54,9 +54,11 @@
 #include "util.h"
 #include "parse.h"
 #include "main.h"
-#include "print.h"
 #include "handlers.h"
 
+#define LOG_SERVICE LOG_SERVICE_AMF
+#include "print.h"
+
 struct invocation {
 	struct conn_info *conn_info;
 	int interface;