From bf56ec9e04f4fc075624bd538f2a7aedbe335e21 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 27 Mar 2013 23:37:21 +0100 Subject: [PATCH] fix typo --- ChildProt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChildProt.cpp b/ChildProt.cpp index 79e9f51..a778ec0 100644 --- a/ChildProt.cpp +++ b/ChildProt.cpp @@ -24,7 +24,7 @@ int main() { try { postfixPolicyProtocol.processInput(); - msg = "sender=" + postfixPolicyProtocol.getSender() + "recipient=" + postfixPolicyProtocol.getRecipient(); + msg = "sender=" + postfixPolicyProtocol.getSender() + ", recipient=" + postfixPolicyProtocol.getRecipient(); DatabaseHandle databaseHandle(DATABASE_FILE);