infra: qiet harmless race

This commit is contained in:
Thomas Schoebel-Theuer 2013-01-08 06:11:53 +01:00
parent 7cc5c12436
commit 854e90b384

View File

@ -462,7 +462,7 @@ int get_inode(char *newpath, struct mars_dent *dent)
status = user_path_at(AT_FDCWD, newpath, 0, &path);
if (unlikely(status < 0)) {
MARS_ERR("cannot read link '%s'\n", newpath);
MARS_WRN("cannot read link '%s'\n", newpath);
goto done;
}