Apache Mod-Python - Updated: (MODPYTHON-243) FileSession trys to log an error

This is Interesting: Free IT Magazines  
Home > Archive > Apache Mod-Python > November 2007 > Updated: (MODPYTHON-243) FileSession trys to log an error





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Updated: (MODPYTHON-243) FileSession trys to log an error
Jim Gallacher (JIRA)

2007-11-09, 7:12 pm


[ 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 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
>
> 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)


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com