diff --git a/examples/shrpx.cc b/examples/shrpx.cc index 2e8d47f..b93ba8a 100644 --- a/examples/shrpx.cc +++ b/examples/shrpx.cc @@ -128,7 +128,7 @@ evconnlistener* create_evlistener(ListenHandler *handler, int family) addrinfo *res, *rp; r = getaddrinfo(get_config()->host, service, &hints, &res); if(r != 0) { - LOG(ERROR) << "Unable to get address for " << get_config()->host << ": " + LOG(INFO) << "Unable to get address for " << get_config()->host << ": " << gai_strerror(r); return NULL; }