소스 검색

Added complete local scanning message

Toby Chui 3 년 전
부모
커밋
41221c9ae9
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      file_system.go

+ 2 - 0
file_system.go

@@ -213,6 +213,8 @@ func FileSystemInit() {
 	go func() {
 		//Start version history cleaning in background
 		system_fs_clearVersionHistories()
+		log.Println("[LocVer] Startup File Version History Cleaning Completed")
+
 	}()
 	log.Println("Started File Version History Cleaning in background")