log exit notices as info messages not warnings

This commit is contained in:
Mikayla Fischler
2022-04-29 13:20:56 -04:00
parent 84e7ad43bc
commit 3587352219
3 changed files with 9 additions and 9 deletions

View File

@@ -100,7 +100,7 @@ while true do
-- check for termination request
if event == "terminate" or ppm.should_terminate() then
log._warning("terminate requested, exiting...")
log._info("terminate requested, exiting...")
break
end
end