params: control: change errors to debug

pull/1247/head
flightlessmango 4 weeks ago
parent a4393e0e42
commit 4307450c02

@ -111,8 +111,8 @@ parse_control(const char *str)
int ret = os_socket_listen_abstract(path.c_str(), 1); int ret = os_socket_listen_abstract(path.c_str(), 1);
if (ret < 0) { if (ret < 0) {
SPDLOG_ERROR("Couldn't create socket pipe at '{}'", path); SPDLOG_DEBUG("Couldn't create socket pipe at '{}'", path);
SPDLOG_ERROR("ERROR: '{}'", strerror(errno)); SPDLOG_DEBUG("ERROR: '{}'", strerror(errno));
return ret; return ret;
} }

Loading…
Cancel
Save