From 0d90b61b8d63e6df7d01cd7c8a1c9c34dd74480e Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Mon, 18 Oct 2004 18:41:10 +0000 Subject: [PATCH] Add log print service. (Logical change 1.96) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@351 fd59a12c-fef9-0310-b244-a6a79926bd2f --- exec/amf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exec/amf.c b/exec/amf.c index 2dfc8b5e..b7dc1c59 100644 --- a/exec/amf.c +++ b/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;