kopia lustrzana https://github.com/Hamlib/Hamlib
Clean up rigctl.c debug output
rodzic
6f5040904e
commit
0f25083d57
|
@ -563,7 +563,7 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
if (retcode != RIG_OK)
|
if (retcode != RIG_OK)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "rig_open: error = %s %s %s \n", rigerror(retcode), rig_file,
|
fprintf(stderr, "rig_open: error = %s %s \n", rig_file,
|
||||||
strerror(errno));
|
strerror(errno));
|
||||||
|
|
||||||
if (!ignore_rig_open_error) { exit(2); }
|
if (!ignore_rig_open_error) { exit(2); }
|
||||||
|
|
Ładowanie…
Reference in New Issue