mirror of
https://github.com/schoebel/mars
synced 2024-12-15 11:15:03 +00:00
infra: qiet harmless race
This commit is contained in:
parent
7cc5c12436
commit
854e90b384
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user