Skip to content

Output UID in Winner selection log.

Florian Grosse requested to merge fg27nypu-master-patch-24846 into master

Logs of the winner selection after reconstruction lack the winners uid, making it hard to find out which construction method won. You already pass the uid to the WinnerSelectionInfo class but it's not used there, so you may have forgotten to log it there. I just added uid to the things being logged for the winner selection. Please revisit again if this is intended or not. Thanks

Merge request reports