summaryrefslogtreecommitdiffstats
path: root/remote_logger.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remote_logger.cc')
-rw-r--r--remote_logger.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_logger.cc b/remote_logger.cc
index 94a8a94..d07a5aa 100644
--- a/remote_logger.cc
+++ b/remote_logger.cc
@@ -134,7 +134,7 @@ bool RemoteLogger::reconnect()
catch (const std::exception& e) {
#ifdef WE_ARE_RECURSOR
SLOG(g_log<<Logger::Warning<<"Error connecting to remote logger "<<d_remote.toStringWithPort()<<": "<<e.what()<<std::endl,
- g_slog->withName("protobuf")->error(Logr::Error, e.what(), "Exception while connection to remote logger", "address", Logging::Loggable(d_remote)));
+ g_slog->withName("protobuf")->error(Logr::Error, e.what(), "Exception while connecting to remote logger", "address", Logging::Loggable(d_remote)));
#else
warnlog("Error connecting to remote logger %s: %s", d_remote.toStringWithPort(), e.what());
#endif