Don't log not being able to set a default EID. Most people don't care, and
authorRussell Bryant <russell@russellbryant.com>
Thu, 12 Jun 2008 14:06:38 +0000 (14:06 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 12 Jun 2008 14:06:38 +0000 (14:06 +0000)
those that do can check their setup using CLI commands.
(closes issue #12839)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@122047 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/netsock.c

index 5897278..0ffb5a5 100644 (file)
@@ -266,7 +266,7 @@ void ast_set_default_eid(struct ast_eid *eid)
        }
 #endif
 #endif
        }
 #endif
 #endif
-       ast_log(LOG_NOTICE, "No ethernet interface found for seeding global EID. You will have to set it manually.\n");
+       ast_debug(1, "No ethernet interface found for seeding global EID. You will have to set it manually.\n");
 }
 
 int ast_str_to_eid(struct ast_eid *eid, const char *s)
 }
 
 int ast_str_to_eid(struct ast_eid *eid, const char *s)