another logline for saving config

This commit is contained in:
emilis 2023-01-07 18:13:26 +00:00
parent adf911b780
commit e0526addc6
1 changed files with 1 additions and 0 deletions

View File

@ -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)