diff --git a/src/spdycat.cc b/src/spdycat.cc index 719631ad..b65f7599 100644 --- a/src/spdycat.cc +++ b/src/spdycat.cc @@ -507,6 +507,7 @@ int communicate(const std::string& host, uint16_t port, reinterpret_cast(next_proto.c_str()), next_proto.size()); if (spdy_version <= 0) { + std::cerr << "No supported SPDY version was negotiated." << std::endl; return -1; }