From d842e4658711865216b9b6c9942a2d749c01273c Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 24 Feb 2023 22:40:59 +0530 Subject: clean: remove "config" from mangohud warn message as it can also be generated by cmdline args --- soibox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- cgit v1.2.3