chiark / gitweb /
bus: add new sd_bus_message_verify_type() and sd_bus_message_copy() API calls
[elogind.git] / src / libsystemd-bus / busctl.c
index b15b41ae77dbfb993deeaaba9e8ed881a94fda4b..cb7d258f5a7cbf1091016ebf2680f6cac2d3deba 100644 (file)
@@ -158,7 +158,7 @@ static int monitor(sd_bus *bus, char *argv[]) {
                 }
 
                 if (m) {
-                        bus_message_dump(m);
+                        bus_message_dump(m, stdout, true);
                         continue;
                 }