From: John Hodge Date: Tue, 31 Jul 2012 13:12:07 +0000 (+0800) Subject: Kernel/vfs - (minor) Logging update in ChDir X-Git-Tag: rel0.15~706^2~86 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=c3a31b44613b35974ef6f95e4b294ccf99d8a259;hp=aef17273fb9670ec36893e2d060fcb45c654e356;p=tpg%2Facess2.git Kernel/vfs - (minor) Logging update in ChDir --- diff --git a/KernelLand/Kernel/vfs/open.c b/KernelLand/Kernel/vfs/open.c index 344b2a14..983a2b23 100644 --- a/KernelLand/Kernel/vfs/open.c +++ b/KernelLand/Kernel/vfs/open.c @@ -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; }