diff --git a/fileboy.go b/fileboy.go index 53fc812..a3e18ae 100644 --- a/fileboy.go +++ b/fileboy.go @@ -9,6 +9,7 @@ import ( "math/rand" "os" "path" + "strconv" "strings" "time" ) @@ -134,6 +135,7 @@ func addWatcher() { log.Fatalln(err) } } + log.Println("total monitored dirs: " + strconv.Itoa(len(dirsMap))) log.Println("fileboy is ready.") }