Searched refs:error_category (Results 1 – 1 of 1) sorted by relevance
59 std::string error_category = (sign_sender.IsIoError() ? "IO" : "Logic"); in MainLoop() local60 LOG(ERROR) << "ReceiveRequest failed with " << error_category << " error"; in MainLoop()