AcessNative - Silenced unneeded warnings
authorJohn Hodge (sonata) <[email protected]>
Mon, 15 Oct 2012 02:09:06 +0000 (10:09 +0800)
committerJohn Hodge (sonata) <[email protected]>
Mon, 15 Oct 2012 02:09:06 +0000 (10:09 +0800)
AcessNative/acesskernel_src/vfs_handle.c

index fc881ab..724e76f 100644 (file)
@@ -38,8 +38,8 @@ tUserHandles *VFS_int_GetUserHandles(int PID, int bCreate)
        tUserHandles    *ent, *prev = NULL;
        for( ent = gpUserHandles; ent; prev = ent, ent = ent->Next ) {
                if( ent->PID == PID ) {
-                       if( bCreate )
-                               Log_Warning("VFS", "Process %i already has a handle list", PID);
+                       //if( bCreate )
+                       //      Log_Warning("VFS", "Process %i already has a handle list", PID);
                        return ent;
                }
                if( ent->PID > PID )    break;

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