From db2372d8a8cf1298734dd9b313c50169fecda943 Mon Sep 17 00:00:00 2001 From: parisiale Date: Sat, 14 May 2016 01:47:28 +0100 Subject: [PATCH] (maint) Fix ActionRequest's log message format --- lib/src/action_request.cc | 2 +- locales/pxp-agent.pot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/action_request.cc b/lib/src/action_request.cc index 1350e5a6..270f9d31 100644 --- a/lib/src/action_request.cc +++ b/lib/src/action_request.cc @@ -69,7 +69,7 @@ void ActionRequest::init() { id_ = parsed_chunks_.envelope.get("id"); sender_ = parsed_chunks_.envelope.get("sender"); - LOG_DEBUG("Validating {1} request {2} by {3]:\n{4}", + LOG_DEBUG("Validating {1} request {2} by {3}:\n{4}", REQUEST_TYPE_NAMES.at(type_), id_, sender_, parsed_chunks_.toString()); validateFormat(); diff --git a/locales/pxp-agent.pot b/locales/pxp-agent.pot index 521b19ed..e12cff62 100644 --- a/locales/pxp-agent.pot +++ b/locales/pxp-agent.pot @@ -98,7 +98,7 @@ msgstr "" #. debug #: lib/src/action_request.cc:72 msgid "" -"Validating {1} request {2} by {3]:\n" +"Validating {1} request {2} by {3}:\n" "{4}" msgstr ""