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>
Tue, 11 Jan 2022 18:15:46 +0000 (19:15 +0100)
commit034a23c640c74856df76b3af5fdc4af5cb48256b
tree31166fa1bcc35cd303b678bfe1b9cda9502b6f11
parent0fdcae09c44486e30e4fe0469606c02d034577be
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")
(cherry picked from commit ef6bb4dd3e3bb9c210c310026b4d827a46acc762)
src/core/unit.c