Skip to content

Commit

Permalink
Merge commit 'fba206c2da4c626247a502d8d04721dd6e369e81' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
maksis committed May 23, 2023
2 parents bda4ef6 + fba206c commit b787698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airdcpp-core/airdcpp/NmdcHub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ void NmdcHub::onLine(const string& aLine) noexcept {
}

} else if(cmd == "HubTopic") {
statusMessage(STRING(HUB_TOPIC) + "\t" + aLine, LogMessage::SEV_INFO, LogMessage::Type::SYSTEM);
statusMessage(STRING(HUB_TOPIC) + "\t" + param, LogMessage::SEV_INFO, LogMessage::Type::SYSTEM);
} else {
dcdebug("NmdcHub::onLine Unknown command %s\n", aLine.c_str());
}
Expand Down

0 comments on commit b787698

Please sign in to comment.