Skip to content

Commit

Permalink
Correct
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Jul 24, 2024
1 parent 2e3b6a0 commit a2fda98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/server-sent-events/src/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ class FoxyClient : public Client,
session_->stream.plain().cancel();
}
} catch (boost::system::system_error const& err) {
logger_('exception closing stream: ' + err.what());
logger_("exception closing stream: " + std::string(err.what()));
}


Expand Down

0 comments on commit a2fda98

Please sign in to comment.