]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: use unit_full_printf() at a couple of locations we used unit_name_printf()...
authorLennart Poettering <lennart@poettering.net>
Mon, 5 Dec 2016 18:25:44 +0000 (19:25 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 7 Dec 2016 17:47:32 +0000 (18:47 +0100)
commit18913df9a2aa5ee53a1dfb6f3cf8cdddcc7f11a3
tree311c80b910ce9df20cbfdf4385a185087c1ea80b
parentb1801e6433c30cb0ab7d7c823c98c637edfe0720
core: use unit_full_printf() at a couple of locations we used unit_name_printf() before

For settings that are not taking unit names there's no reason to use
unit_name_printf(). Use unit_full_printf() instead, as the names are validated
anyway in one form or another after expansion.
src/core/load-fragment.c