Add a bit more debug to rigctld.c

pull/236/head
mdblack98 2020-05-03 17:06:34 -05:00
rodzic 67f7bd91e0
commit 0bd52c259d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -969,7 +969,7 @@ void *handle_socket(void *arg)
if (!fsockin)
{
rig_debug(RIG_DEBUG_ERR, "fdopen in: %s\n", strerror(errno));
rig_debug(RIG_DEBUG_ERR, "fdopen(0x%d) in: %s\n", handle_data_arg->sock, strerror(errno));
goto handle_exit;
}