No more VFS debug please
authorJohn Hodge <[email protected]>
Sun, 1 Aug 2010 05:04:13 +0000 (13:04 +0800)
committerJohn Hodge <[email protected]>
Sun, 1 Aug 2010 05:04:13 +0000 (13:04 +0800)
Kernel/vfs/dir.c
Kernel/vfs/main.c

index 8e8234c..3e004b9 100644 (file)
@@ -2,7 +2,7 @@
  * Acess2 VFS
  * - Directory Management Functions
  */
-#define DEBUG  1
+#define DEBUG  0
 #include <acess.h>
 #include <vfs.h>
 #include <vfs_int.h>
index b447f04..cd04680 100644 (file)
@@ -104,7 +104,7 @@ tVFS_Driver *VFS_GetFSByName(char *Name)
        
        for(;drv;drv=drv->Next)
        {
-               Log("strcmp('%s' (%p), '%s') == 0?", drv->Name, drv->Name, Name);
+//             Log("strcmp('%s' (%p), '%s') == 0?", drv->Name, drv->Name, Name);
                if(strcmp(drv->Name, Name) == 0)
                        return drv;
        }

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