Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Source/OnixSource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ bool OnixSource::initializeDevices (device_map_t deviceTable, bool updateStreamI
else
{
Onix1::showWarningMessageBoxAsync (
"Unkown Hub ID",
"Unknown Hub ID",
"Discovered hub ID " + std::to_string (hubId) + " (" + onix_hub_str (hubId) + ") on " + OnixDevice::getPortName (hubIndex) + " which does not match any currently implemented hubs.");
devicesFound = false;
sources.clear();
Expand Down Expand Up @@ -493,7 +493,7 @@ bool OnixSource::initializeDevices (device_map_t deviceTable, bool updateStreamI
else
{
Onix1::showWarningMessageBoxAsync (
"Unkown Hub ID",
"Unknown Hub ID",
"Discovered hub ID " + std::to_string (hsid) + " (" + onix_hub_str (hsid) + ") on " + OnixDevice::getPortName (OnixDevice::getHubIndexFromPassthroughIndex (index)) + " which does not match any currently implemented hubs.");
devicesFound = false;
sources.clear();
Expand Down