another logline for saving config
This commit is contained in:
parent
adf911b780
commit
e0526addc6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue