Update log message

This commit is contained in:
Trent Hensler 2018-01-04 15:45:33 -08:00
parent 896bf489b7
commit b84535f3ee
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}