commit | 7c44a78e3df46ae12eab4dd8e3c9b1a2695ca429 | [log] [tgz] |
---|---|---|
author | Jiaqing Zhao <jiaqing.zhao@intel.com> | Sun Apr 10 15:30:04 2022 +0800 |
committer | Jiaqing Zhao <jiaqing.zhao@intel.com> | Sun Apr 10 15:38:32 2022 +0800 |
tree | a7858f25755815a2804b25eac2dfcc19d834df03 | |
parent | c2e061f2ce0f5ece2deb7a8c4bbd1e4c06e2cfcb [diff] |
ncsi-netlink: Remove phosphor-logging dependency As a CLI application, ncsi-netlink should use stderr for error messages instead of phosphor-logging. This commits converts all phosphor-logging logs calls to std::cerr and removes phosphor_logging_dep in meson file. Tested: Build pass. Change-Id: I02227e31feab080c03d514b65dbeec4059867385 Signed-off-by: Jiaqing Zhao <jiaqing.zhao@intel.com>