mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-10 17:48:25 +08:00
delimter missing
This commit is contained in:
parent
b6e3afa174
commit
5712ce3871
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