浏览代码

delimter missing

0xdcarns 3 年之前
父节点
当前提交
5712ce3871
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      logger/logger.go

+ 1 - 1
logger/logger.go

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