mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-09 20:21:02 +01:00
Fixed logger
This commit is contained in:
parent
5f5c1b19f0
commit
02843b6a6d
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user