mirror of
https://github.com/gravitl/netmaker.git
synced 2025-03-01 02:25:40 +08:00
delimter missing
This commit is contained in:
parent
20adc73e2a
commit
c237b4d4de
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ func Dump() string {
|
|||
func DumpFile(filePath string) {
|
||||
f, err := os.OpenFile(filePath, os.O_APPEND|os.O_WRONLY|os.O_CREATE, 0600)
|
||||
if err != nil {
|
||||
fmt.Println(MakeString("could not open log file", filePath))
|
||||
fmt.Println(MakeString(" ", "could not open log file", filePath))
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue