Skip to content

Commit

Permalink
Update plugins/usbdmx/EuroliteProFactory.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Newman <peternewman@users.noreply.github.com>
  • Loading branch information
aroffringa and peternewman committed Jan 14, 2024
1 parent 981f91f commit f24f51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/usbdmx/EuroliteProFactory.cpp
Expand Up @@ -126,7 +126,7 @@ bool EuroliteProFactory::DeviceAdded(
<< "with matching serial " << info.serial;
} else {
OLA_INFO << "Found a possible new Eurolite USB-DMX512-PRO MK2 device "
"with serial " << info.serial;
<< "with serial " << info.serial;
}
if (!m_adaptor->CheckManufacturer(EXPECTED_MANUFACTURER_MK2, info)) {
return false;
Expand Down

0 comments on commit f24f51e

Please sign in to comment.