summaryrefslogtreecommitdiff
path: root/fs/ext2.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-14 22:36:16 +0200
committerMiguel <m.i@gmx.at>2018-10-14 22:36:16 +0200
commit2a6690e9fd53a02613796764248006e06ac482d6 (patch)
treeea3063ef3ecd0808e9291faf6c56949d91b1b09e /fs/ext2.c
parent5aeab1c853e487aa0042d5c32200d623efe908d3 (diff)
ported vim et al
Diffstat (limited to 'fs/ext2.c')
-rw-r--r--fs/ext2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2.c b/fs/ext2.c
index 49484c4..9b41d6c 100644
--- a/fs/ext2.c
+++ b/fs/ext2.c
@@ -238,7 +238,7 @@ static uint32_t ext2_filename_to_inode_traverse(uint32_t ext2_start_addr, char *
}
}
- klog("file not found!");
+ klog("file not found! : %s",path);
return 0;
}