summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-12-13 00:43:41 +0000
committerChris Wilson <chris+github@qwirx.com>2011-12-13 00:43:41 +0000
commitdea24ce69f88e2e28dce35aacaba83c90adb6cff (patch)
tree0453cb9860330a2d33b12c2c2a4eaf9cf0c988c4 /bin
parent20a8c39aa25d454a3fa142f125003ad242d73ea0 (diff)
Add remote host and port to post-login login message, requested by Pete Jalajas.
Diffstat (limited to 'bin')
-rw-r--r--bin/bbstored/BackupStoreDaemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbstored/BackupStoreDaemon.cpp b/bin/bbstored/BackupStoreDaemon.cpp
index 71976e6e..70ca1d67 100644
--- a/bin/bbstored/BackupStoreDaemon.cpp
+++ b/bin/bbstored/BackupStoreDaemon.cpp
@@ -329,7 +329,7 @@ void BackupStoreDaemon::Connection2(SocketStreamTLS &rStream)
Logging::Tagger tagWithClientID(tag.str());
// Create a context, using this ID
- BackupStoreContext context(id, *this);
+ BackupStoreContext context(id, *this, GetConnectionDetails());
if (mpTestHook)
{