chiark / gitweb /
manager: log deserialization errors only at LOG_DEBUG level
authorLennart Poettering <lennart@poettering.net>
Mon, 1 Dec 2014 23:19:05 +0000 (00:19 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 2 Dec 2014 12:23:03 +0000 (13:23 +0100)
commite5035a2778b7ed2a8ac901521ed47cf079359e68
treed47879694a8993f82578d168e70f9b50f7be0823
parenta195cbad3796dfda3d1016e4819c612c859e3c7b
manager: log deserialization errors only at LOG_DEBUG level

During upgrades and when transitioning between different systemd
versions in initrd and on the host we have to expect that some
serialization fields are unknown or parse incorrectly. This shouldn't
really be considered an error, hence downgrade the log messages about
it to debug. This way we can still trace it, but it doesn't confuse
users.

This kinda reverts 46849c3f.
src/core/manager.c