summaryrefslogtreecommitdiffstats
path: root/lib/log.lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/log.lib.php')
-rw-r--r--lib/log.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/log.lib.php b/lib/log.lib.php
index e7e9510a..a1798e3a 100644
--- a/lib/log.lib.php
+++ b/lib/log.lib.php
@@ -90,7 +90,7 @@ function ampache_error_handler($errno, $errstr, $errfile, $errline) {
}
if (strstr($errstr,"date.timezone")) {
- $errstr = "You have not set a timezone (date.timezone) in your php.ini file. Please set it.";
+ $errstr = "You have not set a timezone (date.timezone) in your php.ini file. Please set it. This error is non-critical, and not caused by Ampache.";
}
/* The XML-RPC lib is broken, well kind of