Эх сурвалжийг харах

Added complete local scanning message

Toby Chui 3 жил өмнө
parent
commit
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")