Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Jan 25, 2024
1 parent c68756d commit f91242d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ static bool check_callback(ws28::Client * /*client*/, ws28::HTTPRequest &req) {
}

static void disconnect_callback(ws28::Client *client) {
spdlog::debug("DISCONNECT {}", req.ip);
spdlog::debug("DISCONNECT {}", client->GetIP());
auto it = subscribers.begin();
while (it != subscribers.end()) {
if (it->client == client) {
Expand Down

0 comments on commit f91242d

Please sign in to comment.