remove debug msg

This commit is contained in:
Marian Ohligs 2011-11-08 16:01:07 +01:00
parent e6218e3821
commit 2688601379

View file

@ -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;
}