diff --git a/glass-broker-app/brokerOutput/brokerOutput.cpp b/glass-broker-app/brokerOutput/brokerOutput.cpp index ef192074..6690c62e 100644 --- a/glass-broker-app/brokerOutput/brokerOutput.cpp +++ b/glass-broker-app/brokerOutput/brokerOutput.cpp @@ -450,7 +450,7 @@ void brokerOutput::sendToOutputTopics(const std::string &message) { "Hypocenter"); return; } - } else if (type == "Retraction") { + } else if (type == "Retract") { // retractions don't have a lat/lon, so just send to all topics? // for each topic for (auto aTopic : m_vOutputTopics) {