From 452fc999de065f692332060bd908b7a427f485b5 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Sun, 3 Nov 2024 20:49:14 +0300 Subject: [PATCH] src/btop_menu.cpp: Fix the description of loglevel option * src/btop_menu.cpp (categories): Fix the description of loglevel option in the menu: replace missing "error.log" with actual "~/.config/btop/btop.log" (as in "btop_config.cpp".) --- src/btop_menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/btop_menu.cpp b/src/btop_menu.cpp index 488886a5f..a7e8ad76a 100644 --- a/src/btop_menu.cpp +++ b/src/btop_menu.cpp @@ -360,7 +360,7 @@ namespace Menu { "Show discharge power when discharging.", "Show charging power when charging."}, {"log_level", - "Set loglevel for error.log", + "Set loglevel for \"~/.config/btop/btop.log\"", "", "\"ERROR\", \"WARNING\", \"INFO\" and \"DEBUG\".", "",