fix typo
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user