Skip to content

Commit

Permalink
Add wrong log-type as per hyperion-project#505
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Grey committed Jun 29, 2020
1 parent 4e838ec commit b1d10a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsrc/leddevice/dev_hid/LedDeviceMultiLightpack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ QStringList LedDeviceMultiLightpack::getLightpackSerials()
}
}

Error(log, "Lightpack device found with serial %s", QSTRING_CSTR(serialNumber));;
Info(log, "Lightpack device found with serial %s", QSTRING_CSTR(serialNumber));;
serialList.append(serialNumber);
}
}
Expand Down

0 comments on commit b1d10a1

Please sign in to comment.