]> sjero.net Git - wget/blobdiff - src/http.c
Make http.c's handling of --quiet --server-response consistent with ftp.c's.
[wget] / src / http.c
index ec815c8ff5061dddc36ebdfbe7073f630185b473..a795bc5e69811319dea1351a79dae9b744be7259 100644 (file)
@@ -810,7 +810,7 @@ print_response_line(const char *prefix, const char *b, const char *e)
 {
   char *copy;
   BOUNDED_TO_ALLOCA(b, e, copy);
-  logprintf (LOG_VERBOSE, "%s%s\n", prefix, escnonprint(copy));
+  logprintf (LOG_ALWAYS, "%s%s\n", prefix, escnonprint(copy));
 }
 
 /* Print the server response, line by line, omitting the trailing CRLF