summaryrefslogtreecommitdiff
path: root/src/timedate
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-03-02 23:35:26 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-03-04 23:35:46 +0900
commit102b02146056516cb9ff21e34daebd34671ec892 (patch)
tree042007e4a884af42d9937e916ad16cfb07509e37 /src/timedate
parentc7bb2fec78f6707c25cf202b6c80936623b11200 (diff)
downloadsystemd-102b02146056516cb9ff21e34daebd34671ec892.tar.gz
systemd-102b02146056516cb9ff21e34daebd34671ec892.tar.bz2
systemd-102b02146056516cb9ff21e34daebd34671ec892.zip
bus-util: drop unnecessary re-formatting
Diffstat (limited to 'src/timedate')
-rw-r--r--src/timedate/timedatectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c
index 1e7b26276a..406ca1df66 100644
--- a/src/timedate/timedatectl.c
+++ b/src/timedate/timedatectl.c
@@ -670,7 +670,7 @@ static int print_timesync_property(const char *name, const char *expected_value,
return r;
if (arg_all || !isempty(str))
- bus_print_property_value(name, expected_value, value, "%s", str);
+ bus_print_property_value(name, expected_value, value, str);
return 1;
}