Pārlūkot izejas kodu

Added complete local scanning message

Toby Chui 3 gadi atpakaļ
vecāks
revīzija
41221c9ae9
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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")