diff --git a/weave_storage.php b/weave_storage.php index 876a401..3576461 100644 --- a/weave_storage.php +++ b/weave_storage.php @@ -64,7 +64,7 @@ class WeaveStorage if ( ! file_exists($db_name) ) { - report_error("The required sqllite database is not present! $db_name"); + log_error("The required sqllite database is not present! $db_name"); } log_error("Starting SQLite connection");