mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-07 15:58:02 +02:00
logging: update uri of debug log in ConfigManager to reflect change in wiki (#14185)
This commit is contained in:
parent
62136f1669
commit
d73d3f0028
1 changed files with 1 additions and 1 deletions
|
|
@ -625,7 +625,7 @@ CConfigManager::CConfigManager() {
|
|||
Log::logger->log(
|
||||
Log::DEBUG,
|
||||
"!!!!HEY YOU, YES YOU!!!!: further logs to stdout / logfile are disabled by default. BEFORE SENDING THIS LOG, ENABLE THEM. Use debug:disable_logs = false to do so: "
|
||||
"https://wiki.hypr.land/Configuring/Variables/#debug");
|
||||
"https://wiki.hypr.land/Configuring/Basics/Variables/#debug");
|
||||
}
|
||||
|
||||
if (g_pEventLoopManager && ERR.has_value())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue