incubator watcherfs.go bug fix
authorjaehoon.hyun <jaehoon.hyun@samsung.com>
Wed, 27 Mar 2019 07:32:22 +0000 (16:32 +0900)
committerjaehoon.hyun <jaehoon.hyun@samsung.com>
Wed, 27 Mar 2019 07:32:22 +0000 (16:32 +0900)
src/configuremgr/incubator/watcherfs.go

index e7cb974..c138773 100644 (file)
@@ -24,7 +24,7 @@ func main() {
                     return\r
                 }\r
                 if event.Op & fsnotify.Create == fsnotify.Create {\r
-                                               installConfigure(event.Name)\r
+                                               log.Println("Created " + event.Name)\r
                 }\r
             case err, ok := <-watcher.Errors:\r
                 if !ok {\r