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.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 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.