Skip to content

Commit

Permalink
Fix further comments by peternewman
Browse files Browse the repository at this point in the history
  • Loading branch information
aroffringa committed May 26, 2019
1 parent 1917a21 commit 57fa584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/usbdmx/EuroliteProFactory.cpp
Expand Up @@ -102,10 +102,10 @@ bool EuroliteProFactory::DeviceAdded(
if (!m_adaptor->CheckProduct(EXPECTED_PRODUCT_MK2, info)) {
return false;
}
is_mk2 = true;
is_mk2 = true;
} else {
OLA_INFO << "Connected FTDI device could be a Eurolite "
<< "USB-DMX512-PRO MK2 but is ignored, because "
<< "USB-DMX512-PRO MK2 but was ignored, because "
<< ENABLE_EUROLITE_MK2_KEY << " was false.";
return false;
}
Expand Down

0 comments on commit 57fa584

Please sign in to comment.