summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 4ed935e..393bf05 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -139,6 +139,6 @@ int main(int ac, char** av)
xmpp_component->close_document();
timeout = TimedEventsManager::instance().get_timeout();
}
- log_info("All connection cleanly closed, have a nice day.");
+ log_info("All connections cleanly closed, have a nice day.");
return 0;
}