aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--swaymsg/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaymsg/main.c b/swaymsg/main.c
index 4f6fa7b1..4d3fa68c 100644
--- a/swaymsg/main.c
+++ b/swaymsg/main.c
@@ -259,7 +259,7 @@ static void pretty_print_output(json_object *o) {
259 json_object_get_string(adaptive_sync_status)); 259 json_object_get_string(adaptive_sync_status));
260 } else { 260 } else {
261 printf( 261 printf(
262 "Output %s '%s %s %s' (inactive)\n", 262 "Output %s '%s %s %s' (disabled)\n",
263 json_object_get_string(name), 263 json_object_get_string(name),
264 json_object_get_string(make), 264 json_object_get_string(make),
265 json_object_get_string(model), 265 json_object_get_string(model),