add tiny logging after configuration dump
This commit is contained in:
parent
53608aca75
commit
365e3ac788
@ -3,6 +3,7 @@ package dumper
|
||||
import (
|
||||
"encoding/pem"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
@ -54,6 +55,8 @@ func Dump(data *StoredData, baseConfig *BaseConfig) error {
|
||||
}
|
||||
}
|
||||
|
||||
log.Println("dumped new certificate data")
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user