diaspora - switch logger for "non subscribed messages" to LOGGER_DEBUG

This commit is contained in:
rabuzarus 2017-01-11 12:45:25 +01:00
parent 3c51820515
commit 2daa0936db
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}