Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #62 from wyeck-usgs/working
Browse files Browse the repository at this point in the history
fixed Retract vs Retraction bug that was preventing Retrac messages f…
  • Loading branch information
dkragness-usgs authored Sep 13, 2019
2 parents ac015aa + a3f64cb commit 6de6e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glass-broker-app/brokerOutput/brokerOutput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6de6e7a

Please sign in to comment.