Just use fprintf.
This commit is contained in:
parent
28e7ccca8e
commit
47e43778a6
|
@ -366,7 +366,7 @@ void rtlsdrRun()
|
||||||
/* MODES_RTL_BUFFERS */ 4,
|
/* MODES_RTL_BUFFERS */ 4,
|
||||||
MODES_RTL_BUF_SIZE);
|
MODES_RTL_BUF_SIZE);
|
||||||
if (!Modes.exit) {
|
if (!Modes.exit) {
|
||||||
log_with_timestamp("rtlsdr_read_async returned unexpectedly, probably lost the USB device, bailing out");
|
fprintf(stderr, "rtlsdr: rtlsdr_read_async returned unexpectedly, probably lost the USB device, bailing out\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue