~singpolyma/biboumi

03a8accc464038c6ff206189e2e2824912f2450d — Florent Le Coz 8 years ago ae469c2
Fix “connections” typo
1 files changed, 1 insertions(+), 1 deletions(-)

M src/main.cpp
M src/main.cpp => src/main.cpp +1 -1
@@ 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;
}