This commit is contained in:
Wolfgang Hottgenroth 2013-03-27 23:37:21 +01:00
parent 9429b0f517
commit bf56ec9e04

View File

@ -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);