Replace one instance of LOG_ERR with LOG_DEBUG
authorChimo <chimo@chromic.org>
Mon, 9 Feb 2015 23:08:46 +0000 (18:08 -0500)
committerChimo <chimo@chromic.org>
Mon, 9 Feb 2015 23:08:46 +0000 (18:08 -0500)
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__);