Skip to content
Snippets Groups Projects
Commit c9adc6e4 authored by Armin Co's avatar Armin Co
Browse files

update

parent 87598479
No related branches found
No related tags found
No related merge requests found
......@@ -182,6 +182,9 @@ std::size_t DataSocket::get_data(char* data, std::size_t size)
case EAGAIN:
spdlog::debug("EAGAIN: Trying again.");
continue;
case EFAULT:
spdlog::debug("EFAULT: Bad address, fd<{}>", get_socket());
break;
default:
spdlog::error("Unknown error with id <{}> occured. Check errno-base.h for more information.", errno);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment