mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-12-04 16:13:24 +01:00
Update log message
This commit is contained in:
parent
896bf489b7
commit
b84535f3ee
@ -44,7 +44,7 @@ public class PermissionsMapTypeAdapter implements JsonDeserializer<Map<Relation,
|
|||||||
|
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
ex.printStackTrace();
|
ex.printStackTrace();
|
||||||
P.p.log(Level.WARNING, "Error encountered while deserializing a Map of FLocations to String Sets.");
|
P.p.log(Level.WARNING, "Error encountered while deserializing a PermissionsMap.");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user