summaryrefslogtreecommitdiff
path: root/src/lib/encoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/encoder.cc')
-rw-r--r--src/lib/encoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc
index 0c9faa70d..96fda7cc2 100644
--- a/src/lib/encoder.cc
+++ b/src/lib/encoder.cc
@@ -80,7 +80,7 @@ Encoder::~Encoder ()
void
Encoder::add_worker_threads (ServerDescription d)
{
- LOG_GENERAL (N_("Adding %1 worker threads for remote %2"), d.host_name ());
+ LOG_GENERAL (N_("Adding %1 worker threads for remote %2"), d.threads(), d.host_name ());
for (int i = 0; i < d.threads(); ++i) {
_threads.push_back (new boost::thread (boost::bind (&Encoder::encoder_thread, this, d)));
}