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

    r644 r652  
    4646                $this->mcrypt_exists = function_exists('mcrypt_encrypt'); 
    4747 
    48                 Log::add('debug', 'Encrypt Class Initialized'); 
     48                Log::add('debug', 'Encrypt Library initialized'); 
    4949        } 
    5050