summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/remove.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/remove.c b/src/remove.c
index 593feba1c..28fee4d51 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -745,7 +745,9 @@ numbers %lu/%lu, but now (after a chdir into it), the numbers for `.'\n\
are %lu/%lu. That means that while rm was running, the directory\n\
was replaced with either another directory or a link to another directory."),
full_filename (dir_name),
+ (unsigned long)(fs->st_dev),
(unsigned long)(fs->st_ino),
+ (unsigned long)(sb.st_dev),
(unsigned long)(sb.st_ino));
}
}