[ros-diffs] [weiden] 28067: Improve debug message

weiden at svn.reactos.org weiden at svn.reactos.org
Wed Aug 1 12:41:22 CEST 2007


Author: weiden
Date: Wed Aug  1 14:41:22 2007
New Revision: 28067

URL: http://svn.reactos.org/svn/reactos?rev=28067&view=rev
Log:
Improve debug message

Modified:
    trunk/reactos/base/shell/cmd/cmddbg.c

Modified: trunk/reactos/base/shell/cmd/cmddbg.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/cmddbg.c?rev=28067&r1=28066&r2=28067&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/cmddbg.c (original)
+++ trunk/reactos/base/shell/cmd/cmddbg.c Wed Aug  1 14:41:22 2007
@@ -62,7 +62,7 @@
     DbgPrint("CMD: %s\n", msg);
     DbgPrint("     Block: 0x%p Size: %lu\n", ptr, info->size);
     DbgPrint("     Allocated from %s:%d\n", info->file, info->line);
-    DbgPrint("     Called from: %s:%d\n", file, line);
+    DbgPrint("     Detected at: %s:%d\n", file, line);
     ExitProcess(1);
 }
 




More information about the Ros-diffs mailing list