chiark / gitweb /
timedate: handle more nicely if something or somebody keeps open /dev/rtc and thus...
[elogind.git] / src / libsystemd-bus / busctl.c
index 220c1eb34ee8b98e04c5de11c256d35cff7aa76d..cb7d258f5a7cbf1091016ebf2680f6cac2d3deba 100644 (file)
@@ -30,6 +30,7 @@
 #include "sd-bus.h"
 #include "bus-message.h"
 #include "bus-internal.h"
+#include "bus-util.h"
 
 static bool arg_no_pager = false;
 static char *arg_address = NULL;
@@ -157,7 +158,7 @@ static int monitor(sd_bus *bus, char *argv[]) {
                 }
 
                 if (m) {
-                        bus_message_dump(m);
+                        bus_message_dump(m, stdout, true);
                         continue;
                 }