commands/wslog/wslog.cpp
changeset 79 dae66483be2b
parent 0 7f656887cf89
child 87 63fd51b1ff80
--- 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*"));