From e0526addc641ee13104f0c01c9b6b66db53f8a92 Mon Sep 17 00:00:00 2001 From: emilis Date: Sat, 7 Jan 2023 18:13:26 +0000 Subject: [PATCH] another logline for saving config --- config/type.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/type.go b/config/type.go index 4e7b99b..6452c37 100644 --- a/config/type.go +++ b/config/type.go @@ -58,6 +58,7 @@ type ( ) func (h HlwmConfig) Save() error { + log.Printf("Saving to [%s]", cfgPath) cfg, err := os.Create(cfgPath) if err != nil { return fmt.Errorf("opening cfg path: [%s]: %w", cfgPath, err)