chiark / gitweb /
machinectl: show most recent log output in "machinectl status", too
[elogind.git] / src / systemctl / systemctl.c
index 20c765e53285de4dff904aebc938db2ce4ce620f..b44c6d78ba581757d32a22249407f3267c031384 100644 (file)
@@ -197,10 +197,10 @@ static void polkit_agent_open_if_enabled(void) {
 static OutputFlags get_output_flags(void) {
         return
                 arg_all * OUTPUT_SHOW_ALL |
+                arg_full * OUTPUT_FULL_WIDTH |
                 (!on_tty() || pager_have()) * OUTPUT_FULL_WIDTH |
                 on_tty() * OUTPUT_COLOR |
-                !arg_quiet * OUTPUT_WARN_CUTOFF |
-                arg_full * OUTPUT_FULL_WIDTH;
+                !arg_quiet * OUTPUT_WARN_CUTOFF;
 }
 
 static int translate_bus_error_to_exit_status(int r, const sd_bus_error *error) {