mem: remove unneeded log
authorOlivier Matz <olivier.matz@6wind.com>
Mon, 15 Jul 2013 07:37:12 +0000 (09:37 +0200)
committerDavid Marchand <david.marchand@6wind.com>
Wed, 26 Feb 2014 10:07:27 +0000 (11:07 +0100)
commit9ac92a2693b0396a51e02aa13dba20b356d49359
tree83b7fbf5ea303df9d60f0c0fb4c5f952361a14e6
parente29ad45703b2cc67d2cfad1b0813d7c07ab76b28
mem: remove unneeded log

Remove an error log in memzone_reserve_aligned_thread_unsafe().
It is up to the caller to log the error, and this is already done
in DPDK code (especially in network drivers).

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_eal/common/eal_common_memzone.c