From 5fb14603817baad7418b627ca41927d9ec7c4fc9 Mon Sep 17 00:00:00 2001 From: Aditya Saripalli Date: Thu, 9 Nov 2017 14:46:27 +0530 Subject: Reducing IPMI logging footprint -host-ipmid is very noisy in terms of journal logging. A small step towards cleaning that up. -Also converted printfs to phosphor-logging. Partially Resolves openbmc/openbmc#2507 Change-Id: I749c19c18d1cabf6f0216830c8cb0a08ee43d6de Signed-off-by: Aditya Saripalli Signed-off-by: Nagaraju Goruganti --- app/channel.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/channel.cpp') diff --git a/app/channel.cpp b/app/channel.cpp index 3134683..3c011fd 100644 --- a/app/channel.cpp +++ b/app/channel.cpp @@ -104,8 +104,6 @@ ipmi_ret_t ipmi_app_channel_info(ipmi_netfn_t netfn, ipmi_cmd_t cmd, int channel = (*p) & CHANNEL_MASK; std::string ethdevice = ipmi::network::ChanneltoEthernet(channel); - printf("IPMI APP GET CHANNEL INFO\n"); - // The supported channels numbers are those which are configured. // Channel Number E is used as way to identify the current channel // that the command is being is received from. -- cgit v1.2.1