remove debug msg
This commit is contained in:
parent
e6218e3821
commit
2688601379
1 changed files with 0 additions and 1 deletions
1
fs/fs.c
1
fs/fs.c
|
@ -108,7 +108,6 @@ int open_fs(fildes_t* file, const char* name)
|
|||
ret = dir_node->open(file, fname);
|
||||
spinlock_unlock(&dir_node->lock);
|
||||
} else {
|
||||
kprintf("KERNELERROR");
|
||||
ret = -ENOENT;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue