From f783a5a1cd66da7ce219e7fcaf462b26ba7a68a5 Mon Sep 17 00:00:00 2001 From: sp2xdev <127630192+sp2xdev@users.noreply.github.com> Date: Sat, 2 Aug 2025 14:18:56 -0700 Subject: [PATCH] clarify wording for -loglevel --- src/spice2x/launcher/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spice2x/launcher/options.cpp b/src/spice2x/launcher/options.cpp index c2757b7..32b4e99 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -1591,9 +1591,9 @@ static const std::vector OPTION_DEFINITIONS = { .elements = {{"0", "90 (CW)"}, {"1", "270 (CCW)"}}, }, { - .title = "Log Level", + .title = "AVS Log Level", .name = "loglevel", - .desc = "Set the level of detail that gets written to the log", + .desc = "Set the level of detail for AVS log messages written to the log. Does not affect logging from spice", .type = OptionType::Enum, .category = "Performance", .elements = {{"fatal", ""}, {"warning", ""}, {"info", ""}, {"misc", ""}, {"all", ""}, {"disable", ""}},