campaignd: Fix minor log message typo

This commit is contained in:
Iris Morelle 2021-02-13 20:03:12 -03:00
parent c5abf1bb00
commit dc451cae24

View file

@ -1068,7 +1068,7 @@ void server::handle_request_campaign(const server::request& req)
simple_wml::document doc(wml_text.c_str(), simple_wml::INIT_STATIC);
doc.compress();
LOG_CS << req << "Sending add-on '" << name << "' version: " << from << " -> " << to << " (delta))\n";
LOG_CS << req << "Sending add-on '" << name << "' version: " << from << " -> " << to << " (delta)\n";
boost::system::error_code ec;
coro_send_doc(req.sock, doc, req.yield[ec]);