You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Improve logging messages further
This commit is contained in:
@@ -83,7 +83,7 @@ public final class EntryPoint {
|
||||
|
||||
private static void setField(String name, String value) {
|
||||
if (value.isEmpty()) {
|
||||
LOG(String.format("%s is empty, skipping...", name));
|
||||
LOG(String.format("%s is empty, skipping", name));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user