diff --git a/glass-broker-app/brokerOutput/brokerOutput.cpp b/glass-broker-app/brokerOutput/brokerOutput.cpp index c5b44c63..f8a8b784 100644 --- a/glass-broker-app/brokerOutput/brokerOutput.cpp +++ b/glass-broker-app/brokerOutput/brokerOutput.cpp @@ -431,7 +431,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) {