Skip to content

Commit f604d59

Browse files
committed
fixup
1 parent 90297b8 commit f604d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mig/wsgi-bin/migwsgi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ def stub(configuration, client_id, user_arguments_dict, environ, _retrieve_handl
124124
# Now backend value is validated to be safe for output
125125

126126
if not isinstance(user_arguments_dict, dict):
127-
_logger.error("%s invalid user args %s for %s" % (_addr,
127+
_logger.error("%s invalid user args %s for backend %r" % (_addr,
128128
user_arguments_dict,
129-
import_path))
129+
backend))
130130
bailout_helper(configuration, backend, output_objects,
131131
header_text='Input Error')
132132
output_objects.append(

0 commit comments

Comments
 (0)