Just use fprintf.

This commit is contained in:
Oliver Jowett 2019-03-07 18:19:23 +00:00
parent 28e7ccca8e
commit 47e43778a6

View file

@ -366,7 +366,7 @@ void rtlsdrRun()
/* MODES_RTL_BUFFERS */ 4,
MODES_RTL_BUF_SIZE);
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");
}
}