aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-12 14:06:38 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-12 14:06:38 +0000
commit63e2aa5e5df5998189cf42bf997b25dea17fac63 (patch)
treeebe08dd2d6eb3a28553c3b4b19eeb648f5487e36 /main
parent9ebe0ea158347447c4c5ba6170e13428517089de (diff)
Don't log not being able to set a default EID. Most people don't care, and
those that do can check their setup using CLI commands. (closes issue #12839) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@122047 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/netsock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/netsock.c b/main/netsock.c
index 58972781e..0ffb5a56f 100644
--- a/main/netsock.c
+++ b/main/netsock.c
@@ -266,7 +266,7 @@ void ast_set_default_eid(struct ast_eid *eid)
}
#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)