Commit 85f81de4 authored by Ofir Petruska's avatar Ofir Petruska Committed by Alexandre Julliard

Replace -debugmsg by WINEDEBUG.

parent 0bc2edf3
...@@ -404,7 +404,7 @@ write=0x378,x379,0x37a,0x37c,0x77a ...@@ -404,7 +404,7 @@ write=0x378,x379,0x37a,0x37c,0x77a
the file your trace will be stored in: the file your trace will be stored in:
</para> </para>
<programlisting> <programlisting>
wine -debugmsg +io XXXX 2&gt; &gt;(sed 's/^[^:]*:io:[^ ]* //' &gt; YYYY) WINEDEBUG=+io wine XXXX 2&gt; &gt;(sed 's/^[^:]*:io:[^ ]* //' &gt; YYYY)
</programlisting> </programlisting>
<para> <para>
You will need large amounts of hard disk space (read hundreds You will need large amounts of hard disk space (read hundreds
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment