summaryrefslogtreecommitdiff
path: root/BitBase.php
diff options
context:
space:
mode:
Diffstat (limited to 'BitBase.php')
-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);
}
}