Skip to content

Commit 0b97039

Browse files
committed
modifying and correcting issues
1 parent c04b4b4 commit 0b97039

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/java/google/registry/tools/RdapQueryCommand.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ private Optional<JsonObject> parseErrorJson(String errorMessage) {
132132
}
133133
}
134134
} catch (Exception jsonEx) {
135+
System.err.println(
136+
"RDAP Internal Warning: Failed to parse error JSON: " + jsonEx.getMessage());
135137
}
136138
return Optional.empty();
137139
}

0 commit comments

Comments
 (0)