]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge commit 'refs/merge-requests/40' of https://gitorious.org/social/mainline into...
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 9 Feb 2015 23:30:20 +0000 (00:30 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 9 Feb 2015 23:30:20 +0000 (00:30 +0100)
classes/Notice.php

index 6760eb7278a9c6527317e94c13f96b6440a33df8..a69efc45aeadae79c43fcc92d763278a6192caab 100644 (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__);