Even more util refactoring

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2018-11-03 16:58:03 +01:00
parent 8eb5dbe69a
commit a3226764c6
3 changed files with 4 additions and 4 deletions

View File

@ -59,7 +59,7 @@ try {
download_users_emails($storage);
} else {
"login FAILED at $server for $username\n";
print "login FAILED at $server for $username\n";
}
}
catch (Zend_Mail_Protocol_Exception $e) {