Skip to content
Snippets Groups Projects
Commit cae93578 authored by Gagandeep Singh's avatar Gagandeep Singh
Browse files

fsl_qbman: usdpaa: change a print to info from critical


Resources release function is printing an information
level print as critical level which basically tells
how many USDPAA owned resources have been released.

Also it is printing information like "USDPAA process
leaks count" which may give wrong impression to user that
some resources are leaked.

By default, all critical level prints are visible on console
and this information level print is not required to be visible
on console.

In this patch, changing this print to "info" which we can
see using dmesg command.

Signed-off-by: default avatarGagandeep Singh <g.singh@nxp.com>
DPDK-2888
parent 86d098bc
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment