Added debug to VFS_ReadDir
authorJohn Hodge <[email protected]>
Fri, 25 Sep 2009 06:10:47 +0000 (14:10 +0800)
committerJohn Hodge <[email protected]>
Fri, 25 Sep 2009 06:10:47 +0000 (14:10 +0800)
Kernel/vfs/dir.c

index b4001dd..57c11c1 100644 (file)
@@ -146,6 +146,7 @@ int VFS_ReadDir(int FD, char *Dest)
        if(h->Node->ReadDir == NULL)    return 0;
        
        tmp = h->Node->ReadDir(h->Node, h->Position);
+       LOG("tmp = '%s'", tmp);
        
        if(!tmp)        return 0;
        

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