]> _ Git - psq.git/commitdiff
log
authorLouis Jeckel <louis.jeckel@outlook.com>
Thu, 3 Dec 2020 11:57:24 +0000 (12:57 +0100)
committerLouis Jeckel <louis.jeckel@outlook.com>
Thu, 3 Dec 2020 11:57:24 +0000 (12:57 +0100)
app/Invokables/GetPageTitleFromUrl.php

index 1e0e8a25c58b33ca0dfe4a2ee52f822c05e042a6..d5b3827ff4e48d89a6b6494dfedbce930dce35e1 100644 (file)
@@ -10,7 +10,7 @@ class GetPageTitleFromUrl
     {
 
 
-        \Log("get title $url");
+        \Log::debug("get title $url");
         $ch = curl_init();
         curl_setopt($ch, CURLOPT_URL, $url);