#20 ✓resolved
DracoBlue

INFO Serverity not in serverities-list

Reported by DracoBlue | January 29th, 2009 @ 07:36 PM | in 0.1

In AgaviDebugFiler.class.php

Currently:

    $result['severities'] = array(
        200 => 'SILENT',
        300 => 'NOTICE',
        400 => 'ERROR',
        500 => 'CRITICAL',
    );

Should be:

    $result['severities'] = array(
        100 => 'INFO',
        200 => 'SILENT',
        300 => 'NOTICE',
        400 => 'ERROR',
        500 => 'CRITICAL',
    );

Please fix that, so I can use that as svn:external instead of copying :).

  • Jan

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

People watching this ticket

Pages