#1515 add debug message to new multicall to match original
Merged 4 years ago by mikem. Opened 4 years ago by mikem.
mikem/koji multicall-logging  into  master

file modified
+3
@@ -2970,6 +2970,9 @@ 

          calls = self._calls

          self._calls = []

          if batch:

+             self._session.logger.debug(

+                     "MultiCall with batch size %i, calls/groups(%i/%i)",

+                     batch, len(calls), round(len(calls) // batch))

              batches = [calls[i:i+batch] for i in range(0, len(calls), batch)]

          else:

              batches = [calls]

Metadata Update from @jcupova:
- Pull-request tagged with: testing-ready

4 years ago

Metadata Update from @jcupova:
- Pull-request tagged with: testing-done

4 years ago

Commit 72554e4 fixes this pull-request

Pull-Request has been merged by mikem

4 years ago