Skip to content

Commit 910a9c8

Browse files
committed
Update BaseClient.java
1 parent 98f38d2 commit 910a9c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/InternetSearch/Client/BaseClient.java

+4
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,14 @@ public void printDebugInfo() {
109109
} else {
110110
reqRaw = new String(this.raw);
111111
}
112+
112113
stderr.println();
113114
stderr.println("====================>>");
115+
stderr.println("URL:");
114116
stderr.println(this.url);
117+
stderr.println("Request:");
115118
stderr.println(reqRaw);
119+
stderr.println("Response Body:");
116120
stderr.println(content);
117121
stderr.println("<<====================");
118122
stderr.println();

0 commit comments

Comments
 (0)