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