summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sdbusplus.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sdbusplus.hpp b/src/sdbusplus.hpp
index 4339bad..f37f7de 100644
--- a/src/sdbusplus.hpp
+++ b/src/sdbusplus.hpp
@@ -83,9 +83,8 @@ class SDBusPlus
}
catch (const SdBusError& e)
{
- log<level::ERR>("Failed to parse method response",
- entry("ERROR=%s", e.what()),
- entry("REPLY_SIG=%s", respMsg.get_signature()));
+ // Empty responses are expected sometimes, and the calling
+ // code is set up to handle it.
}
return resp;
}
OpenPOWER on IntegriCloud