[
https://issues.apache.org/jira/browse/MODPYTHON-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jim Gallacher resolved MODPYTHON-243.
-------------------------------------
Resolution: Fixed
Fix Version/s: 3.3.x
> FileSession trys to log an error message but not enough arguments for format
> 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
> Fix For: 3.3.x
>
>
> 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
> index %d (%02x)"
> % (next_i, next_i),
> apache.APLOG_NOTICE)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.