Skip to content

Commit

Permalink
campaignd: Fix minor log message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Feb 13, 2021
1 parent c5abf1b commit dc451ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/campaignd/server.cpp
Expand Up @@ -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]);
Expand Down

0 comments on commit dc451ca

Please sign in to comment.