pull/105/head
Michael Black 2019-05-22 08:52:50 -05:00
rodzic ba712ce904
commit 8dae7db02c
1 zmienionych plików z 106 dodań i 103 usunięć

Wyświetl plik

@ -183,10 +183,13 @@ void HAMLIB_API rig_debug(enum rig_debug_level_e debug_level,
{
rig_debug_stream = stderr;
}
if (rig_debug_time_stamp) {
if (rig_debug_time_stamp)
{
char buf[256];
fprintf(rig_debug_stream, "%s: ", date_strget(buf, sizeof(buf)));
}
vfprintf(rig_debug_stream, fmt, ap);
fflush(rig_debug_stream);
}