11-10-07 12:12 AM
[ https://issues.apache.org/jira/brow...ls:all-tabpanel ]
Jim Gallacher updated MODPYTHON-243:
------------------------------------
Affects Version/s: 3.2.7
3.2.8
3.2.10
> FileSession trys to log an error message but not enough arguments for for
mat string
> --------------------------------------------------------------------------
----------
>
> Key: MODPYTHON-243
> URL: https://issues.apache.org/jira/browse/MODPYTHON-243
> Project: mod_python
> Issue Type: Bug
> Components: session
> Affects Versions: 3.2.7, 3.2.8, 3.2.10, 3.3.1
> Environment: All
> Reporter: Jim Gallacher
> Assignee: Jim Gallacher
> Priority: Minor
>
> Reported by David Janes
> Starting at line 705 in Session.py:
> req.log_error("FileSession cleanup incomplete: next cleanup will start
at index %d (%02x)"
> % (next_i,),
> apache.APLOG_NOTICE)
> should read:
> eq.log_error("FileSession cleanup incomplete: next cleanup will start at i
ndex %d (%02x)"
> % (next_i, next_i),
> apache.APLOG_NOTICE)
[ Post a follow-up to this message ]
|