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