瀏覽代碼

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")