campaignd: Fix minor log message typo
This commit is contained in:
parent
c5abf1bb00
commit
dc451cae24
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Reference in a new issue