From b9d38e9f08908220f9bbf804a45656e4205e3dfd Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Thu, 31 Jul 2008 21:43:37 +0000 Subject: attempt to fix spec file git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@681509 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/acl/Acl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/acl/Acl.cpp b/cpp/src/qpid/acl/Acl.cpp index 77674a2299..7fceba8b1a 100644 --- a/cpp/src/qpid/acl/Acl.cpp +++ b/cpp/src/qpid/acl/Acl.cpp @@ -79,7 +79,7 @@ using namespace std; switch (aclreslt) { case ALLOWLOG: - QPID_LOG(info, "ACL Allow log id:" << id <<" action:" << printAction(action) << " ObjectType:" << printObjType(objType) << " Name:" << name ); + QPID_LOG(info, "ACL Allow id:" << id <<" action:" << printAction(action) << " ObjectType:" << printObjType(objType) << " Name:" << name ); case ALLOW: return true; case DENYNOLOG: -- cgit v1.2.1