Show More
@@ -352,8 +352,8 b' class HTTPApplication(object):' | |||
|
352 | 352 | pass |
|
353 | 353 | args.insert(0, wire) |
|
354 | 354 | |
|
355 | log.debug('method called:%s with kwargs:%s context_uid: %s', | |
|
356 | method, kwargs, context_uid) | |
|
355 | log.debug('method called:%s with args:%s kwargs:%s context_uid: %s', | |
|
356 | method, args[1:], kwargs, context_uid) | |
|
357 | 357 | |
|
358 | 358 | try: |
|
359 | 359 | resp = getattr(remote, method)(*args, **kwargs) |
General Comments 0
You need to be logged in to leave comments.
Login now