diff --git a/sys/fs/vfs/file.c b/sys/fs/vfs/file.c index 86b4d1f..62f5d55 100644 --- a/sys/fs/vfs/file.c +++ b/sys/fs/vfs/file.c @@ -541,7 +541,7 @@ for (tmpFd = fdTable; tmpFd != 0x0; tmpFd = tmpFd->next) { if (tmpFd == fd) { - kprintf("DUP: %i", fd->dup); + kprintf("DUP: [%i:0x%X]", fd->dup, fd); if (fd->dup > 0) fd->dup--; else {