소스 검색

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
 	}