diff options
Diffstat (limited to 'src/spdy2http/proxy.c')
-rw-r--r-- | src/spdy2http/proxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spdy2http/proxy.c b/src/spdy2http/proxy.c index dc6ba351..8f3565f2 100644 --- a/src/spdy2http/proxy.c +++ b/src/spdy2http/proxy.c | |||
@@ -567,7 +567,7 @@ curl_header_cb(void *ptr, size_t size, size_t nmemb, void *userp) | |||
567 | //DIE("no queue"); | 567 | //DIE("no queue"); |
568 | //TODO right? | 568 | //TODO right? |
569 | proxy->error = true; | 569 | proxy->error = true; |
570 | PRINT_INFO2("erorr in curl_header_cb for %s", proxy->url); | 570 | PRINT_VERBOSE2("erorr in curl_header_cb for %s", proxy->url); |
571 | return 0; | 571 | return 0; |
572 | } | 572 | } |
573 | 573 | ||