Re: [Opencryptoki-tech] [PATCH] Cleanup and unify traces in new_host.c
Brought to you by:
ebarretto
From: Eduardo B. <eba...@li...> - 2017-05-16 13:18:54
|
On 12-05-2017 13:24, Harald Freudenberger wrote: > Our tester complained about the mixture of traces in new_host.c > Rc values and mechanism values where sometimes in hex with and > without leading 0x, sometimes in decimal. > So now all rc values are printed as "... rc = 0x%08lx ..." > all handles are printed as " ... handle = %ld ..." > and all mechanism values are printed as " ... mech = 0x%lx ...". > > Signed-off-by: Harald Freudenberger <fr...@li...> Patch reviewed and merged, Thanks, Eduardo |