Skip to content

Commit

Permalink
Better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
andresriancho committed Nov 28, 2019
1 parent 85a5497 commit 9f6545c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion w3af/core/controllers/core_helpers/consumers/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ def _login(self, function_id):
for plugin in self._consumer_plugins:

args = (plugin.get_name(), plugin.get_name())
om.out.debug('%s.has_active_session() and %s.login()' % args)
om.out.debug('auth consumer is calling %s.has_active_session() and %s.login()' % args)

took_line = TookLine(self._w3af_core,
plugin.get_name(),
'_login')
Expand Down

0 comments on commit 9f6545c

Please sign in to comment.