summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-03-23 13:11:55 -0400
committerspiderr <spider@viovio.com>2013-03-23 13:11:55 -0400
commit2bd11c0f56c7dca3a49dcc324f6e761fea54f374 (patch)
treee9885c49aae81dcb5895995f813be926c60dfb78
parent2aeaaeaf24ff6b468a71cabec8c578df16147b28 (diff)
parenteea9497b6fc68cf01e6ef842836d4ebed77659dd (diff)
downloadkernel-PRE_BOOTSTRAP.tar.gz
kernel-PRE_BOOTSTRAP.tar.bz2
kernel-PRE_BOOTSTRAP.zip
Merge branch 'master' of github.com:bitweaver/kernelPRE_BOOTSTRAP
-rw-r--r--BitBase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/BitBase.php b/BitBase.php
index 529c331..14cc6d7 100644
--- a/BitBase.php
+++ b/BitBase.php
@@ -152,7 +152,7 @@ abstract class BitBase {
if( !empty( $this->mDebugMicrotime ) ) {
$pString = "ELAPSED TIME: ".round( (float)((microtime(1) - $this->mDebugMicrotime)), 3).' sec, +'.round( $elapsed, 3 ).' '.$pString;
}
- error_log( $pString );
+ bit_error_log( $pString );
$this->mLastOutputTime = microtime(1);
}
}