Just use fprintf.
This commit is contained in:
parent
28e7ccca8e
commit
47e43778a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue