Please don't do this. There's no reason this has to be on for all
applications, and it wasn't before. Use DbgPrintEx for this and setup your
filter in the debugger/KDBG appropriately.

Best regards,
Alex Ionescu


On Fri, Sep 20, 2013 at 6:12 PM, <hbelu...@svn.reactos.org> wrote:

> Author: hbelusca
> Date: Fri Sep 20 22:12:08 2013
> New Revision: 60250
>
> URL: http://svn.reactos.org/svn/reactos?rev=60250&view=rev
> Log:
> [KERNEL32]: Reenable two dprints to be able to know how programs are
> launched with which parameters and so on...
>
> Modified:
>     trunk/reactos/dll/win32/kernel32/client/proc.c
>
> Modified: trunk/reactos/dll/win32/kernel32/client/proc.c
> URL:
> http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/proc.c?rev=60250&r1=60249&r2=60250&view=diff
>
> ==============================================================================
> --- trunk/reactos/dll/win32/kernel32/client/proc.c      [iso-8859-1]
> (original)
> +++ trunk/reactos/dll/win32/kernel32/client/proc.c      [iso-8859-1] Fri
> Sep 20 22:12:08 2013
> @@ -629,10 +629,10 @@
>
>      /* Create the Parameter Block */
>      ProcessParameters = NULL;
> -    DPRINT("ImageName: '%wZ'\n", &ImageName);
> +    DPRINT1("ImageName: '%wZ'\n", &ImageName);
>      DPRINT("DllPath  : '%wZ'\n", &DllPath);
>      DPRINT("CurDir   : '%wZ'\n", &CurrentDirectory);
> -    DPRINT("CmdLine  : '%wZ'\n", &CommandLine);
> +    DPRINT1("CmdLine  : '%wZ'\n", &CommandLine);
>      DPRINT("Title    : '%wZ'\n", &Title);
>      DPRINT("Desktop  : '%wZ'\n", &Desktop);
>      DPRINT("Shell    : '%wZ'\n", &Shell);
>
>
>
_______________________________________________
Ros-dev mailing list
Ros-dev@reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to