Skip to content
Snippets Groups Projects
Commit ac71da91 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

response are not replaced anymore

parent 0edaa074
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,7 @@ class NoErrorImportationObserver(business_process.MessageImportationObserver):
def notify_response_error(self, virus, host, response_str):
raise ResponseException(
"[ImportErr2] " +
"Could not import response \"%(response)s\" for virus \"%(virus)s\", host\"%(host)s\", "
"replacing it with \"%(rpl)s\"" % dict(
"Could not import response \"%(response)s\" for virus \"%(virus)s\", host\"%(host)s\"" % dict(
response=str(response_str),
virus=str(virus),
host=str(host),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment