core: use correct level for CPU time log message
authorChristian Göttsche <cgzones@googlemail.com>
Mon, 6 Dec 2021 15:57:42 +0000 (16:57 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 6 Dec 2021 19:55:22 +0000 (20:55 +0100)
commitef6bb4dd3e3bb9c210c310026b4d827a46acc762
tree02adf3bc4ceae6145b0f4392c8726276069b916c
parentea599435a7ace52a69b119c6e406833a839e3c66
core: use correct level for CPU time log message

raise_level() takes the info condition as second argument and the notice
one as third. For the consumed CPU time these conditions are swapped.

Fixes: 37109b856aeb ("pid1: use LOG_DEBUG/INFO/NOTICE for unit resource consumption message")
src/core/unit.c