summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/resolve_errors.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resolve_errors.cpp b/src/resolve_errors.cpp
index e932aff..caa8cf8 100644
--- a/src/resolve_errors.cpp
+++ b/src/resolve_errors.cpp
@@ -72,7 +72,7 @@ void ResolveCallout::operator()(Context ctx)
{
log<level::ERR>("Failed getting callout fault associations",
entry("CALLOUT=%s", callout.c_str()),
- entry("MESSAGE=%s", e.what()));
+ entry("ERROR=%s", e.what()));
}
}
@@ -107,7 +107,7 @@ void ResolveCallout::resolve(const std::string& logEntry)
{
log<level::ERR>("Unable to resolve error log entry",
entry("ENTRY=%s", logEntry.c_str()),
- entry("MESSAGE=%s", e.what()));
+ entry("ERROR=%s", e.what()));
}
}
OpenPOWER on IntegriCloud