eio: let's report the path we didn't found.
authorCedric BAIL <cedric.bail@samsung.com>
Wed, 5 Mar 2014 02:46:12 +0000 (11:46 +0900)
committerCedric BAIL <cedric.bail@samsung.com>
Wed, 5 Mar 2014 02:46:12 +0000 (11:46 +0900)
src/lib/eio/eio_monitor.c

index 29141ac..a3751b8 100644 (file)
@@ -335,7 +335,7 @@ eio_monitor_stringshared_add(const char *path)
 
    if (stat(path, &st) != 0)
      {
-        ERR("monitored path not found");
+        ERR("monitored path '%s' not found.", path);
         return NULL;
      }