On 06/10/2015 02:20 PM, Maxim Uvarov wrote:
> On 06/10/15 15:06, Nicolas Morey-Chaisemartin wrote:
>>
>>               /* Not the expected expiration tick, timer has
>>                * been reset or cancelled or freed */
>> -            EXAMPLE_ABORT("Unexpected timeout received (timer %x, tick 
>> %"PRIu64")\n",
>> -                      ttp->tim, tick);
>> +            EXAMPLE_ABORT("Unexpected timeout received (timer %" PRIx32
>> +                      ", tick %" PRIu64 ")\n", ttp->tim, tick);
>
> I meant like this:
>
> +            EXAMPLE_ABORT("Unexpected timeout received (timer %" PRIx32 ",
> +                      tick %" PRIu64 ")\n", ttp->tim, tick);
>
>
You want to add a new line in the middle of the string itself?
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to