Kernel/vfs - (minor) Logging update in ChDir
authorJohn Hodge <[email protected]>
Tue, 31 Jul 2012 13:12:07 +0000 (21:12 +0800)
committerJohn Hodge <[email protected]>
Tue, 31 Jul 2012 13:12:07 +0000 (21:12 +0800)
KernelLand/Kernel/vfs/open.c

index 344b2a1..983a2b2 100644 (file)
@@ -702,7 +702,7 @@ int VFS_ChDir(const char *Dest)
                *cwdptr = buf;
        }
        
-       Log("Updated CWD to '%s'", buf);
+       Log_Debug("VFS", "Updated CWD to '%s'", buf);
        
        return 1;
 }

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