#1514 Add batch debug message into new multicall interface
Closed: Fixed by mikem. Opened by mfilip.

Following line is present in old multicall code but not in the new one:

 self.logger.debug("MultiCall with batch size %i, calls/groups(%i/%i)",
                              batch, len(calls), round(len(calls) // batch))

This line is essential for testing batch parameter and should be added into new multicall interface code.


Adding this to 1.18 since QE needs it for testing

Metadata Update from @mikem:
- Custom field Size adjusted to small
- Issue set to the milestone: 1.18
- Issue tagged with: easyfix

Metadata Update from @mikem:
- Issue assigned to mikem

Commit 72554e49 fixes this issue

Commit 0b92bd3d fixes this issue

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/1514

Please continue any further discussion there.

Metadata
Related Pull Requests