mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-15 13:55:03 -05:00
Change License has been activated.
to License has been activated successfully.
to make sure everyone gets that this is a success message, and not an error message.
This commit is contained in:
parent
ec4f7ffc6a
commit
d702357aac
@ -149,7 +149,7 @@ public final class Settings {
|
||||
|
||||
public static void configureLicense(File file) {
|
||||
try {
|
||||
log.info(importLicenseFile(file) + " has been activated.");
|
||||
log.info(importLicenseFile(file) + " has been activated successfully.");
|
||||
} catch (Throwable e) {
|
||||
log.severe("License Error: " + e.getMessage());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user