summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-05-10 14:45:48 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-05-10 14:45:48 +0000
commitf717e082c0748024f2c88426ff5cf59b6e106a2c (patch)
treec5bc83c621f727d91c347471eafae40771748208 /searchcore
parent4f202623a750f092b7123081b7958768356d2cc7 (diff)
Cleanups after rename of proton configurer to proton config fetcher.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/proton_config_fetcher.cpp4
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/proton_config_fetcher.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/proton_config_fetcher.cpp b/searchcore/src/vespa/searchcore/proton/server/proton_config_fetcher.cpp
index 9bfc8798f44..0e28bc08d55 100644
--- a/searchcore/src/vespa/searchcore/proton/server/proton_config_fetcher.cpp
+++ b/searchcore/src/vespa/searchcore/proton/server/proton_config_fetcher.cpp
@@ -7,7 +7,7 @@
#include "proton_config_snapshot.h"
#include "i_proton_configurer.h"
#include <vespa/log/log.h>
-LOG_SETUP(".proton.server.protonconfigurer");
+LOG_SETUP(".proton.server.proton_config_fetcher");
using namespace vespa::config::search;
using namespace vespa::config::search::core;
@@ -159,7 +159,7 @@ ProtonConfigFetcher::start()
fetchConfigs();
if (_threadPool.NewThread(this, NULL) == NULL) {
throw vespalib::IllegalStateException(
- "Failed starting thread for proton configurer");
+ "Failed starting thread for proton config fetcher");
}
}
diff --git a/searchcore/src/vespa/searchcore/proton/server/proton_config_fetcher.h b/searchcore/src/vespa/searchcore/proton/server/proton_config_fetcher.h
index 6c859a0db5d..ae8996b2cb2 100644
--- a/searchcore/src/vespa/searchcore/proton/server/proton_config_fetcher.h
+++ b/searchcore/src/vespa/searchcore/proton/server/proton_config_fetcher.h
@@ -32,12 +32,12 @@ public:
int64_t getGeneration() const;
/**
- * Start configurer, callbacks may come from now on.
+ * Start config fetcher, callbacks may come from now on.
*/
void start();
/**
- * Shutdown configurer, ensuring that no more callbacks arrive
+ * Shutdown config fetcher, ensuring that no more callbacks arrive
*/
void close();