Fixed logger

This commit is contained in:
Gabriele C 2015-07-16 21:27:28 +02:00
parent 5f5c1b19f0
commit 02843b6a6d

View File

@ -100,7 +100,7 @@ public class SendMailSSL {
file.delete();
} catch (Exception e) {
console.showError("Some error occured while trying to send a mail to " + mail);
ConsoleLogger.showError("Some error occured while trying to send a mail to " + mail);
}
}