projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a31102a
)
eio: let's report the path we didn't found.
author
Cedric BAIL
<cedric.bail@samsung.com>
Wed, 5 Mar 2014 02:46:12 +0000
(11:46 +0900)
committer
Cedric BAIL
<cedric.bail@samsung.com>
Wed, 5 Mar 2014 02:46:12 +0000
(11:46 +0900)
src/lib/eio/eio_monitor.c
patch
|
blob
|
history
diff --git
a/src/lib/eio/eio_monitor.c
b/src/lib/eio/eio_monitor.c
index
29141ac
..
a3751b8
100644
(file)
--- a/
src/lib/eio/eio_monitor.c
+++ b/
src/lib/eio/eio_monitor.c
@@
-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;
}