diff options
| author | spiderr <spider@viovio.com> | 2013-03-23 13:11:55 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-03-23 13:11:55 -0400 |
| commit | 2bd11c0f56c7dca3a49dcc324f6e761fea54f374 (patch) | |
| tree | e9885c49aae81dcb5895995f813be926c60dfb78 | |
| parent | 2aeaaeaf24ff6b468a71cabec8c578df16147b28 (diff) | |
| parent | eea9497b6fc68cf01e6ef842836d4ebed77659dd (diff) | |
| download | kernel-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.php | 2 |
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); } } |
