summaryrefslogtreecommitdiffstats
path: root/storageserver/src/apps/storaged/storage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storageserver/src/apps/storaged/storage.cpp')
-rw-r--r--storageserver/src/apps/storaged/storage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/storageserver/src/apps/storaged/storage.cpp b/storageserver/src/apps/storaged/storage.cpp
index 428067e3059..8fbeeb836da 100644
--- a/storageserver/src/apps/storaged/storage.cpp
+++ b/storageserver/src/apps/storaged/storage.cpp
@@ -187,7 +187,7 @@ int StorageApp::Main()
// main loop - wait for termination signal
while (!_process->getNode().attemptedStopped()) {
if (_process->configUpdated()) {
- LOG(debug, "Config updated. Progagating config updates");
+ LOG(debug, "Config updated. Propagating config updates");
ResumeGuard guard(_process->getNode().pause());
_process->updateConfig();
}
@@ -197,7 +197,7 @@ int StorageApp::Main()
handleSignals();
}
LOG(debug, "Server was attempted stopped, shutting down");
- // Create guard that will forcifully kill storage if destruction takes longer
+ // Create guard that will forcefully kill storage if destruction takes longer
// time than given timeout.
vespalib::ShutdownGuard shutdownGuard(getMaxShutDownTime());
LOG(debug, "Attempting proper shutdown");