Removed debug from VFS_GetACL and VTerm, fixed DevFS not being a directory
[tpg/acess2.git] / Kernel / vfs / open.c
index 64c65db..3ac3fa3 100644 (file)
@@ -392,7 +392,7 @@ int VFS_Open(char *Path, Uint Mode)
        if( !(Mode & VFS_OPENFLAG_NOLINK) && (node->Flags & VFS_FFLAG_SYMLINK) )
        {
                if( !node->Read ) {
-                       LOG("No read method on symlink");
+                       Warning("No read method on symlink");
                        LEAVE('i', -1);
                        return -1;
                }

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