eio: let's report the path we didn't found.

This commit is contained in:
Cedric BAIL 2014-03-05 11:46:12 +09:00
parent a31102ab43
commit be25ab6f85
1 changed files with 1 additions and 1 deletions

View 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;
}