Kernel - MMap fixed (non-fixed mappings, bad search), SHM mmap only working
[tpg/acess2.git] / KernelLand / Kernel / vfs / io.c
index cb0140a..35c1ebf 100644 (file)
@@ -263,6 +263,7 @@ off_t VFS_Truncate(int FD, off_t Size)
        
        if( !h->Node->Type->Truncate)
        {
+               Log_Notice("VFS", "Nodetype '%s' doesn't have a Truncate method", h->Node->Type->TypeName);
                errno = ENOTIMPL;
                return -1;      
        }

UCC git Repository :: git.ucc.asn.au