chiark / gitweb /
time-util: introduce deserialize_timestamp_value()
[elogind.git] / src / login / loginctl.c
index 6812ec5d44cca54faba185a01e25d603ffd37f26..35310cf57ac057e1e72e25b295a2378a072008ba 100644 (file)
@@ -793,7 +793,7 @@ static int print_property(const char *name, sd_bus_message *m, const char *conte
                 break;
         }
 
-        r = bus_print_property(name, m, arg_all);
+        r = bus_print_property(name, m, false, arg_all);
         if (r < 0)
                 return bus_log_parse_error(r);