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 <[email protected]>
  • Loading branch information
aroffringa and peternewman authored Aug 22, 2023
1 parent b167028 commit 7609e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/usbdmx/EuroliteProFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ EuroliteProFactory::EuroliteProFactory(ola::usb::LibUsbAdaptor *adaptor,
for (const std::string& serial : serials) {
if (serial.empty()) {
OLA_WARN << EUROLITE_MK2_SERIAL_KEY
<< " requires a serial key string, but is empty.\n";
<< " requires a serial key string, but it is empty.\n";
} else if (STLContains(m_expected_eurolite_mk2_serials, serial)) {
OLA_WARN << EUROLITE_MK2_SERIAL_KEY << " lists serial "
<< serial << " more than once.\n";
Expand Down

0 comments on commit 7609e4f

Please sign in to comment.