#2932 [kojixmlrpc] clean noisy error log
Merged 2 years ago by tkopecek. Opened 2 years ago by julian8628.
julian8628/koji issue/2929  into  master

file modified
-1
@@ -749,7 +749,6 @@ 

              except Exception:

                  return offline_reply(start_response, msg="database outage")

              h = ModXMLRPCRequestHandler(registry)

-             h.logger.error("original: %s", h.__class__)

              if environ.get('CONTENT_TYPE') == 'application/octet-stream':

                  response = h._wrap_handler(h.handle_upload, environ)

              else:

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

2 years ago

Metadata Update from @tkopecek:
- Pull-request untagged with: testing-ready
- Pull-request tagged with: no_qe

2 years ago

Commit ed2b0ad fixes this pull-request

Pull-Request has been merged by tkopecek

2 years ago
Metadata