Skip to content

Commit eca03ec

Browse files
committed
Reduce the log level of NTP clock refresh
1 parent 6c1d756 commit eca03ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/grisp_connect_ntp.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ refresh_time(state_timeout, request_time,
8282
[NTPServer, Reason]),
8383
{next_state, waiting_ip, Data#data{retry_count = RetryCount + 1}};
8484
{ok, Datetime} ->
85-
?LOG_NOTICE("GRiSP clock set from NTP to ~s",
86-
[format_datetime(Datetime)]),
85+
?LOG_INFO("GRiSP clock set from NTP to ~s",
86+
[format_datetime(Datetime)]),
8787
{next_state, ready, Data#data{retry_count = 0}}
8888
end;
8989
?HANDLE_COMMON.

0 commit comments

Comments
 (0)