Skip to content

Commit

Permalink
WebUI/Debug: log username
Browse files Browse the repository at this point in the history
  • Loading branch information
p-l- committed Nov 12, 2015
1 parent 435183a commit 9fd58f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/cgi-bin/scanjson.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ def main():
msg = "filter: %r" % flt
sys.stdout.write(webutils.js_alert("filter", "info", msg))
sys.stderr.write('IVRE: INFO: %r\n' % msg)
msg = "user: %r" % webutils.get_user()
sys.stdout.write(webutils.js_alert("user", "info", msg))
sys.stderr.write('IVRE: INFO: %r\n' % msg)

version_mismatch = {}
for rec in result:
Expand Down

0 comments on commit 9fd58f5

Please sign in to comment.