Print the total file path in the warning message.
@@ -250,7 +250,7 @@ lsdir(const char *path, const struct entry *dir)
if (!(dp = opendir(dir->name))) {
ret = 1;
weprintf("opendir %s:", dir->name);
weprintf("opendir %s%s:", path, dir->name);
return;
}
if (chdir(dir->name) < 0)
The note is not visible to the blocked user.