Fixed logger
This commit is contained in:
@@ -100,7 +100,7 @@ public class SendMailSSL {
|
|||||||
file.delete();
|
file.delete();
|
||||||
|
|
||||||
} catch (Exception e) {
|
} 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