Skip to content

Commit

Permalink
Update BaseClient.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bit4woo committed Oct 26, 2024
1 parent 98f38d2 commit 910a9c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/InternetSearch/Client/BaseClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,14 @@ public void printDebugInfo() {
} else {
reqRaw = new String(this.raw);
}

stderr.println();
stderr.println("====================>>");
stderr.println("URL:");
stderr.println(this.url);
stderr.println("Request:");
stderr.println(reqRaw);
stderr.println("Response Body:");
stderr.println(content);
stderr.println("<<====================");
stderr.println();
Expand Down

0 comments on commit 910a9c8

Please sign in to comment.