X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=twitter%2Ftwitter_sync.php;h=b2c655e7c809b0fb6e00cdfad159d9d6b77745cb;hb=4ab75e2e8cb5e3c422d2c45e52a5a12d73ecfdbf;hp=60924acde650a21d1d0c988a0b07399d8ccfe1c7;hpb=94636961599e795941c9575e672297114e7befe7;p=friendica-addons.git diff --git a/twitter/twitter_sync.php b/twitter/twitter_sync.php index 60924acd..b2c655e7 100644 --- a/twitter/twitter_sync.php +++ b/twitter/twitter_sync.php @@ -1,6 +1,7 @@ Config::get('system', 'maxloadavg', 50)) { - logger('system: load ' . $load[0] . ' too high. Twitter sync deferred to next scheduled run.'); + Logger::log('system: load ' . $load[0] . ' too high. Twitter sync deferred to next scheduled run.'); return; } }