From 56d431320db704fb4b1d746db829f1bfa8bba83a Mon Sep 17 00:00:00 2001
From: Chimo <chimo@chromic.org>
Date: Mon, 9 Feb 2015 18:08:46 -0500
Subject: [PATCH] Replace one instance of LOG_ERR with LOG_DEBUG

---
 classes/Notice.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/classes/Notice.php b/classes/Notice.php
index 6760eb7278..a69efc45ae 100644
--- a/classes/Notice.php
+++ b/classes/Notice.php
@@ -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__);
-- 
2.39.5