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/Database.php

    r644 r652  
    118118                        throw new Kohana_Exception('database.driver_not_supported', 'Database drivers must use the Database_Driver interface.'); 
    119119 
    120                 Log::add('debug', 'Database Class Initialized'); 
     120                Log::add('debug', 'Database Library initialized'); 
    121121        } 
    122122