From e59361fe739df74a59e4bb8a859d4244db7c18ea Mon Sep 17 00:00:00 2001 From: crimist Date: Wed, 18 Oct 2023 04:35:54 -0700 Subject: [PATCH] fix incorrect debug build log path (#373) --- pages/Contributing and Debugging/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Contributing and Debugging/_index.md b/pages/Contributing and Debugging/_index.md index 72216893..fed8f9c3 100644 --- a/pages/Contributing and Debugging/_index.md +++ b/pages/Contributing and Debugging/_index.md @@ -58,7 +58,7 @@ This code can go in the `package` attribute of the NixOS/Home Manager modules. when running Hyprland in Debug mode, the config is `~/.config/hypr/hyprlandd.conf` and the logs can be found at -`/tmp/hypr/[INSTANCE SIGNATURE]/hyprlandd.conf`. +`/tmp/hypr/[INSTANCE SIGNATURE]/hyprlandd.log`. ## Logs, dumps, etc