Show
Ignore:
Timestamp:
10/04/2007 08:10:40 PM (14 months ago)
Author:
Shadowhand
Message:

A few small changes:

  • Cleaned up debug logging
  • Changed Kohana::display() to be run in the "system.shutdown" Event
  • Changed Bootstrap to call "system.shutdown" as the last operation
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Session.php

    r651 r652  
    9595                Event::add('system.output', 'session_write_close'); 
    9696 
    97                 Log::add('debug', 'Session Class Initialized'); 
     97                Log::add('debug', 'Session Library initialized'); 
    9898        } 
    9999