summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2012-05-25 09:24:08 -0400
committerspiderr <spider@viovio.com>2012-05-25 09:24:08 -0400
commit3b10d38d2cf316900eb5123242f2f3cfd696c569 (patch)
tree1d4bb763d9e4930d198b8772680bac392e18a126
parent844c559e908769bda6ff10c835fda3bb33a3dc1e (diff)
downloadrss-3b10d38d2cf316900eb5123242f2f3cfd696c569.tar.gz
rss-3b10d38d2cf316900eb5123242f2f3cfd696c569.tar.bz2
rss-3b10d38d2cf316900eb5123242f2f3cfd696c569.zip
bit_log_error-2-bit_error_log
-rw-r--r--rss_lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss_lib.php b/rss_lib.php
index 9b32276..aa2f576 100644
--- a/rss_lib.php
+++ b/rss_lib.php
@@ -385,7 +385,7 @@ class RSSLib extends BitBase {
//we do this earlier instead of later because if we can't cache the source we shouldn't be pulling the rss feed.
if( !is_dir( $cache_path ) && !mkdir_p( $cache_path ) ) {
- bit_log_error( 'Can not create the cache directory: '.$cache_path );
+ bit_error_log( 'Can not create the cache directory: '.$cache_path );
return FALSE;
}else{