Changes between Initial Version and Version 2 of Ticket #10666


Ignore:
Timestamp:
Mar 24, 2013, 5:35:24 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10666

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #10666 – Description

    initial v2  
    11Line 116 (r12025) of auth.py prints  a log message, but has a typo since it only provides one string, but indicates two will print.
    22
     3{{{
    34self.log.debug('Unable to find user %s listed in group: %s' % str(m))
     5}}}
    46
    57This looks like a trivial bug, though I'm not clearly seeing which variable contains the user name.  In the meantime I can remove a '%s' to make the bug go away.