ccollins476ad opened a new pull request #135: newt - Fix error message for priority conflict. URL: https://github.com/apache/mynewt-newt/pull/135 The fields in the error message were misordered. Example: OLD: ``` Error: duplicate priority value: setting1=BLE_LL_PRIO setting2=MCU_UART_POLLER_PRIO pkg1=0 pkg2=net/nimble/controller value=hw/mcu/native ``` NEW: ``` Error: duplicate priority value: setting1=BLE_LL_PRIO setting2=MCU_UART_POLLER_PRIO pkg1=net/nimble/controller pkg2=hw/mcu/native value=0 ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
