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) {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user