Skip to content

Commit

Permalink
Update src/confighttp.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: ReenigneArcher <[email protected]>
  • Loading branch information
xanderfrangos and ReenigneArcher authored Jan 26, 2024
1 parent cb6846e commit 805311b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/confighttp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ namespace confighttp {
outputTree.put("status", nvhttp::unpair_client(uuid));
}
catch (std::exception &e) {
BOOST_LOG(warning) << "UnpairClient: "sv << e.what();
BOOST_LOG(warning) << "Unpair: "sv << e.what();
outputTree.put("status", false);
outputTree.put("error", e.what());
return;
Expand Down

0 comments on commit 805311b

Please sign in to comment.