Merge commit 'refs/merge-requests/40' of https://gitorious.org/social/mainline into merge-requests/40

This commit is contained in:
Mikael Nordfeldth 2015-02-10 00:30:20 +01:00
commit b52b9e1201
1 changed files with 1 additions and 1 deletions

View File

@ -1493,7 +1493,7 @@ class Notice extends Managed_DataObject
foreach (array_unique($group_ids) as $id) {
$group = User_group::getKV('id', $id);
if ($group instanceof User_group) {
common_log(LOG_ERR, "Local delivery to group id $id, $group->nickname");
common_log(LOG_DEBUG, "Local delivery to group id $id, $group->nickname");
$result = $this->addToGroupInbox($group);
if (!$result) {
common_log_db_error($gi, 'INSERT', __FILE__);