Explorar o código

Added complete local scanning message

Toby Chui %!s(int64=3) %!d(string=hai) anos
pai
achega
41221c9ae9
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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")