From 19c8814b9e1e121a6cceed75ac21971bd057531a Mon Sep 17 00:00:00 2001 From: Steven Murray <Steven.Murray@cern.ch> Date: Mon, 5 Mar 2018 18:31:19 +0100 Subject: [PATCH] Fixed bug in msg parameter of 'Lost database connection' log message --- catalogue/retryOnLostConnection.hpp | 2 +- xrootd-ssi-protobuf-interface | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/catalogue/retryOnLostConnection.hpp b/catalogue/retryOnLostConnection.hpp index d3be729260..7be2428f8b 100644 --- a/catalogue/retryOnLostConnection.hpp +++ b/catalogue/retryOnLostConnection.hpp @@ -52,7 +52,7 @@ typename std::result_of<T()>::type retryOnLostConnection(log::Logger &log, const std::list<log::Param> params = { {"maxTriesToConnect", maxTriesToConnect}, {"tryNb", tryNb}, - {"msg", le.getMessage()} + {"msg", le.getMessage().str()} }; log(cta::log::WARNING, "Lost database connection", params); } diff --git a/xrootd-ssi-protobuf-interface b/xrootd-ssi-protobuf-interface index ded90c7c6d..bb95ae8b5a 160000 --- a/xrootd-ssi-protobuf-interface +++ b/xrootd-ssi-protobuf-interface @@ -1 +1 @@ -Subproject commit ded90c7c6d000246b846763e4c38b151f1899cea +Subproject commit bb95ae8b5acfc8424b6a5537a5738bd92b4dfb2a -- GitLab