Commit b6bdcc86 authored by Raphael Beer's avatar Raphael Beer

Merge tag 'v1.0.3-outer_loop_log' into dev

Added missing screen_name when logging outer loop returns
parents f344c6ce bfee6a3a
......@@ -373,7 +373,7 @@ class TwitterSession:
last_result = after_barrier
# happens when replied_to_id tweet has been deleted
debug('outer loop return\n')
debug('[' + screen_name + '] outer loop return')
return { "error": "EUNKNOWN" }
except:
debug('Unexpected Exception in test_barrier:\n')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment