[PATCH 2/2] d3d10core: Add missing \n in trace.

Henri Verbeet hverbeet at gmail.com
Mon Aug 17 05:01:50 CDT 2015


On 16 August 2015 at 22:21, Józef Kucia <jkucia at codeweavers.com> wrote:
> -    TRACE("iface %p, element_descs %p, element_count %u, shader_byte_code %p,"
> +    TRACE("iface %p, element_descs %p, element_count %u, shader_byte_code %p,\n"
>              "\tshader_byte_code_length %lu, input_layout %p\n",
I'd rather just remove the '\t'. In particular, having newlines in the
middle of TRACEs makes it a bit harder to extract all calls from a
single thread from a log.



More information about the wine-devel mailing list