From: rabuzarus <> Date: Wed, 11 Jan 2017 11:45:25 +0000 (+0100) Subject: diaspora - switch logger for "non subscribed messages" to LOGGER_DEBUG X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2daa0936db00df725c7976898504daebdf2630ac;p=friendica.git diaspora - switch logger for "non subscribed messages" to LOGGER_DEBUG --- diff --git a/include/diaspora.php b/include/diaspora.php index fde086e200..c8b56c20c7 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -326,7 +326,7 @@ class Diaspora { self::dispatch($rr,$msg); } } else - logger("No subscribers for ".$msg["author"]." ".print_r($msg, true)); + logger("No subscribers for ".$msg["author"]." ".print_r($msg, true), LOGGER_DEBUG); return $message_id; }