summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2008-07-31 21:43:37 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2008-07-31 21:43:37 +0000
commit1639adefed14848d290db36996f2f9921933dfc2 (patch)
treed8df87f4f9ae467028667bd05593fa0c2171b506 /qpid/cpp/src
parent3062b3596c9e4e1c871aca399486068378d945f3 (diff)
downloadqpid-python-1639adefed14848d290db36996f2f9921933dfc2.tar.gz
attempt to fix spec file
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@681509 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/acl/Acl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/acl/Acl.cpp b/qpid/cpp/src/qpid/acl/Acl.cpp
index 77674a2299..7fceba8b1a 100644
--- a/qpid/cpp/src/qpid/acl/Acl.cpp
+++ b/qpid/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: