diaspora - switch logger for "non subscribed messages" to LOGGER_DEBUG
This commit is contained in:
parent
3c51820515
commit
2daa0936db
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue