diff options
author | Carl C. Trieloff <cctrieloff@apache.org> | 2008-07-31 21:43:37 +0000 |
---|---|---|
committer | Carl C. Trieloff <cctrieloff@apache.org> | 2008-07-31 21:43:37 +0000 |
commit | b9d38e9f08908220f9bbf804a45656e4205e3dfd (patch) | |
tree | 1ad365b218eb915fa1a3a07c550ec85974314358 /cpp/src/qpid/acl/Acl.cpp | |
parent | 79156ac0efe07d93e4bdc92bbcf8b6eb6dee7c62 (diff) | |
download | qpid-python-b9d38e9f08908220f9bbf804a45656e4205e3dfd.tar.gz |
attempt to fix spec file
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@681509 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/acl/Acl.cpp')
-rw-r--r-- | cpp/src/qpid/acl/Acl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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: |