Skip to content

Commit

Permalink
tidy watchdog interval notice
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnewton committed Feb 28, 2019
1 parent b031d10 commit e13a56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/radiusd.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ int main(int argc, char *argv[])
usec /= 2;
fr_timeval_from_usec(&sd_watchdog_interval, usec);

INFO("systemd watchdog interval is %pT secs", &sd_watchdog_interval);
INFO("systemd watchdog interval is %ld.%.2ld secs", sd_watchdog_interval.tv_sec, sd_watchdog_interval.tv_usec);
} else {
INFO("systemd watchdog is disabled");
}
Expand Down

0 comments on commit e13a56d

Please sign in to comment.