kopia lustrzana https://github.com/Hamlib/Hamlib
Add a bit more debug to rigctld.c
rodzic
67f7bd91e0
commit
0bd52c259d
|
@ -969,7 +969,7 @@ void *handle_socket(void *arg)
|
||||||
|
|
||||||
if (!fsockin)
|
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;
|
goto handle_exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue