fix typo in unittest string description: ununexpected -> unsubscribed

This commit is contained in:
Benjamin Sergeant 2020-07-27 17:16:53 -07:00
parent 847fc142d1
commit 2ea9d06a93

View File

@ -108,7 +108,7 @@ namespace
}
else if (event->type == ix::CobraEventType::UnSubscribed)
{
TLogger() << "Subscriber: ununexpected from channel " << event->subscriptionId;
TLogger() << "Subscriber: unsubscribed from channel " << event->subscriptionId;
if (event->subscriptionId != channel)
{
TLogger() << "Subscriber: unexpected channel " << event->subscriptionId;