Skip to content

Commit

Permalink
Change update progress log level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
sylane committed Oct 11, 2024
1 parent a98dcb3 commit c4b14ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grisp_connect_updater_progress.erl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ progress_update(#state{last_notification = LastLog} = State, Stats) ->
true ->
UpdatePercentage = progress_percent(Stats),
% Recheck log level when there is another way to check the progress update
?LOG_NOTICE("Update progress: ~b%", [UpdatePercentage]),
?LOG_INFO("Update progress: ~b%", [UpdatePercentage]),
grisp_connect_client:notify(
<<"update">>,
<<"software_update_event">>,
Expand Down

0 comments on commit c4b14ef

Please sign in to comment.