diff options
Diffstat (limited to 'fs.c')
-rw-r--r-- | fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -505,7 +505,7 @@ unlink(char *cp) if ((ip = namei(cp, &pinum)) == 0) { - cprintf("file to be unlinked doesn't exist\n"); + cprintf("unlink(%s) it doesn't exist\n", cp); return -1; } |