X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=pumpio%2Fpumpio_sync.php;h=de794ad6a97a89140fc059aa1afe498aacc46330;hb=c9036cdc4d645988d9df591a780ec15c7dd1e7e8;hp=a23eb4b07d9202039ad1319e205da8c2009f6896;hpb=c431befd8e82db9b44d50118cf10dc2d88a5f15f;p=friendica-addons.git diff --git a/pumpio/pumpio_sync.php b/pumpio/pumpio_sync.php index a23eb4b0..de794ad6 100644 --- a/pumpio/pumpio_sync.php +++ b/pumpio/pumpio_sync.php @@ -1,15 +1,16 @@ Config::get('system', 'maxloadavg', 50)) { - logger('system: load ' . $load[0] . ' too high. Pumpio sync deferred to next scheduled run.'); + Logger::log('system: load ' . $load[0] . ' too high. Pumpio sync deferred to next scheduled run.'); return; } }