sforkowany z mirror/friendica
diaspora - switch logger for "non subscribed messages" to LOGGER_DEBUG
rodzic
3c51820515
commit
2daa0936db
|
@ -326,7 +326,7 @@ class Diaspora {
|
||||||
self::dispatch($rr,$msg);
|
self::dispatch($rr,$msg);
|
||||||
}
|
}
|
||||||
} else
|
} 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;
|
return $message_id;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue