~ubuntu-branches/ubuntu/trusty/torrus/trusty-proposed

« back to all changes in this revision

Viewing changes to perllib/Torrus/Apache2Handler.pm

  • Committer: Bazaar Package Importer
  • Author(s): Marc Haber
  • Date: 2008-03-08 00:18:46 UTC
  • mfrom: (1.2.1 upstream) (3.1.3 hardy)
  • Revision ID: james.westby@ubuntu.com-20080308001846-q3pinwcswe3uf7wj
Tags: 1.0.6-2
Add torrus-common.NEWS advising people to recompile their
configuration upon upgrading to torrus 1.0.6.
Thanks to Joerg Dorchain. Closes: #469274

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#  along with this program; if not, write to the Free Software
15
15
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
16
16
 
17
 
# $Id: Apache2Handler.pm,v 1.7 2006/01/05 15:48:38 ssinyagin Exp $
 
17
# $Id: Apache2Handler.pm,v 1.10 2007/03/16 16:07:41 ssinyagin Exp $
18
18
# Stanislav Sinyagin <ssinyagin@yahoo.com>
19
19
 
20
20
# Apache mod_perl handler. See http://perl.apache.org
143
143
                {
144
144
                    $session{'uid'} = $options{'uid'} = $uid;
145
145
                    $needsLogin = 0;
 
146
                    Info('User logged in: ' . $uid);
146
147
                }
147
148
                else
148
149
                {
283
284
    
284
285
    if( not $Torrus::Renderer::globalDebug )
285
286
    {
286
 
        &Torrus::Log::setLevel('warn');
 
287
        &Torrus::Log::setLevel('info');
287
288
    }
288
289
    
289
290
    return $retval;