]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd: rework warning and debug messages about address addition and removal
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 15 Jun 2019 11:19:58 +0000 (13:19 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 24 Jun 2019 16:20:01 +0000 (18:20 +0200)
commit44e891bbf6908e494856fcf3011e88a70a12e087
treeeb5ae3d5decec4b1c4bf706368d7490a1817bd6a
parentb81b40d4c42ea0c65f71dbd2ccad8bdc4b464c78
networkd: rework warning and debug messages about address addition and removal

Those messages were quite confusing. In particular "adding address" suggests
that we are assiging a new address to an interface, but in fact we're just
reacting to a notification about an addition. So let's call that "remembering"
and "forgetting". It's not fully gramatically correct, but I think it's much
clearer than "adding"/"removing" in this context.

And "received address without address" is too cryptic, let's say "address
message" to distinguish the message from its content.

Also, make failure to format address non-fatal, and print more details in
various places.
src/network/networkd-manager.c