Skip to content

Commit 0b1d5e1

Browse files
committed
devfs: remove unnecessary log
1 parent f850607 commit 0b1d5e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fs/devfs/src/io.c

-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ void devfsMmap(SyscallHeader *req, SyscallHeader *res) {
9898
res->header.response = 1;
9999
res->header.length = sizeof(MmapCommand);
100100

101-
luxLogf(KPRINT_LEVEL_DEBUG, "mmap for %s\n", cmd->path);
102-
103101
DeviceFile *dev = findDevice(cmd->path);
104102
if(!dev) {
105103
res->header.status = -ENOENT;

0 commit comments

Comments
 (0)