summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {