mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
villas.human: improve header
This commit is contained in:
parent
1db78bec9b
commit
6065d1512d
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ void villas_human_header(struct io *io)
|
|||
{
|
||||
FILE *f = io_stream_output(io);
|
||||
|
||||
fprintf(f, "# %-20s", "sec.nsec+offset");
|
||||
fprintf(f, "# %-20s", "seconds.nanoseconds+offset(sequence)");
|
||||
|
||||
if (io->output.signals) {
|
||||
for (int i = 0; i < list_length(io->output.signals); i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue