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 e7cb97494e559d749c738b44369b93f3ea5fc598..c13877335c596a4818530e0edf25285df7927b84 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