aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <pcmsinan@gmail.com>2023-02-24 22:40:59 +0530
committersinanmohd <sinan@firemail.cc>2023-04-07 14:57:56 +0530
commitd842e4658711865216b9b6c9942a2d749c01273c (patch)
tree58c9495e9b88840e6fcd763a1560df5fa20ae04d
parentc48f212d834f537f786c3d2274e5c1c333118439 (diff)
clean: remove "config" from mangohud warn message as it can also be generated by cmdline args
-rwxr-xr-xsoibox2
1 files changed, 1 insertions, 1 deletions
diff --git a/soibox b/soibox
index 07bfd77..e6505cd 100755
--- a/soibox
+++ b/soibox
@@ -497,7 +497,7 @@ setup_mangohud()
MANGOHUD_CONFIGFILE="$(absolute_path "$mangohud" "$local_config" )"
export MANGOHUD_CONFIGFILE
else
- warn "config, mangohud, ${1}, invalid option"
+ warn "mangohud, ${1}, invalid value"
mangohud=off
fi
;;