diff options
author | Andrey Uzunov <andrey.uzunov@gmail.com> | 2013-10-08 14:52:13 +0000 |
---|---|---|
committer | Andrey Uzunov <andrey.uzunov@gmail.com> | 2013-10-08 14:52:13 +0000 |
commit | ed542b8433247950099daa42295fd2610da16daf (patch) | |
tree | 71aeddda6bb35e5ba16e85027426a39d1f1c84d5 | |
parent | 8b0dc86067605c468136266bcbd38d08105340c9 (diff) | |
download | libmicrohttpd-ed542b8433247950099daa42295fd2610da16daf.tar.gz libmicrohttpd-ed542b8433247950099daa42295fd2610da16daf.zip |
spdy: debug output muted
-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 | ||