summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-03-26 02:54:35 +0000
committerBharat Mediratta <bharat@menalto.com>2009-03-26 02:54:35 +0000
commitd311aa71073905381a5f641754805bfbd816bd6e (patch)
tree84d2831bfea8652456066b2c63a63090c9746945 /core
parent2152baa65c8e7dd3aa9f3f09d6d8261bc76a271b (diff)
Normalize exception format.
Diffstat (limited to 'core')
-rw-r--r--core/libraries/L10n_Scanner.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/libraries/L10n_Scanner.php b/core/libraries/L10n_Scanner.php
index fcbfd0a5..df43ba9e 100644
--- a/core/libraries/L10n_Scanner.php
+++ b/core/libraries/L10n_Scanner.php
@@ -52,6 +52,7 @@ class L10n_Scanner_Core {
$this->_index_keys[$row->key] = true;
}
+ Kohana::log("debug", microtime());
// Index all files
$dir = new L10n_Scanner_File_Filter_Iterator(
new RecursiveIteratorIterator(
@@ -64,6 +65,7 @@ class L10n_Scanner_Core {
$this->_scan_info_file($file, $this);
}
}
+ Kohana::log("debug", microtime());
}
function process_message($message) {