diff -r b3ffff030d5c -r dae66483be2b commands/wslog/wslog.cpp --- a/commands/wslog/wslog.cpp Thu Oct 28 16:54:54 2010 +0100 +++ b/commands/wslog/wslog.cpp Thu Oct 28 21:02:49 2010 +0100 @@ -118,14 +118,14 @@ if (BaflUtils::FileExists(FsL(), KCWsIniFile)) { Printf(_L("C drive wsini log lines:\r\n")); - CmdL(_L("fshell.exe"), _L("-e 'cat c:\\system\\data\\wsini.ini | grep LOG*'")); + CmdL(_L("fshell.exe"), _L("-e 'cat c:\\system\\data\\wsini.ini | match LOG*'")); } else { Printf(_L("(No C drive wsini)\r\n")); } Printf(_L("Z drive wsini log lines:\r\n")); - CmdL(_L("fshell.exe"), _L("-e 'cat z:\\system\\data\\wsini.ini | grep LOG*'")); + CmdL(_L("fshell.exe"), _L("-e 'cat z:\\system\\data\\wsini.ini | match LOG*'")); Printf(_L("Possible logging DLLs (none means logging probably not enabled):\r\n")); CmdL(_L("kerninfo.exe"), _L("codeseg -m DLOG*"));