Print when the clock offset is being loaded

This commit is contained in:
Rodrigo Arias 2022-09-22 11:55:32 +02:00
parent c82b95ff07
commit 7751099d60

2
emu.c
View File

@ -925,6 +925,8 @@ load_clock_offsets(struct ovni_emu *emu)
}
fclose(f);
err("loaded clock offsets ok\n");
}
static void