Division bug hidden, now only shows when 64-bit division is needed
[tpg/acess2.git] / Kernel / vfs / acls.c
index 4a65be6..1c1b6cf 100644 (file)
@@ -27,7 +27,7 @@ int VFS_CheckACL(tVFS_Node *Node, Uint Permissions)
        
        // Root only file?, fast return
        if( Node->NumACLs == 0 ) {
-               Log("VFS_CheckACL - %p inaccesable, NumACLs = 0", Node);
+               Log("VFS_CheckACL - %p inaccesable, NumACLs = 0, uid=%i", Node, uid);
                return 0;
        }
        

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