diff options
Diffstat (limited to 'src/examples/mhd2spdy.c')
-rw-r--r-- | src/examples/mhd2spdy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/mhd2spdy.c b/src/examples/mhd2spdy.c index 0426a276..a642d936 100644 --- a/src/examples/mhd2spdy.c +++ b/src/examples/mhd2spdy.c | |||
@@ -151,7 +151,7 @@ run_everything () | |||
151 | glob_opt.spdy_data_received = false; | 151 | glob_opt.spdy_data_received = false; |
152 | 152 | ||
153 | ret = select(maxfd+1, &rs, &ws, &es, &timeout); | 153 | ret = select(maxfd+1, &rs, &ws, &es, &timeout); |
154 | PRINT_INFO2("timeout now %lld %lld", (unsigned long long)timeout.tv_sec, (unsigned long long)timeout.tv_usec); | 154 | PRINT_INFO2("timeout now %lld %lld ret is %i", (unsigned long long)timeout.tv_sec, (unsigned long long)timeout.tv_usec, ret); |
155 | 155 | ||
156 | switch(ret) | 156 | switch(ret) |
157 | { | 157 | { |