[asterisk-commits] russell: trunk r122047 - /trunk/main/netsock.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jun 12 09:06:38 CDT 2008
Author: russell
Date: Thu Jun 12 09:06:38 2008
New Revision: 122047
URL: http://svn.digium.com/view/asterisk?view=rev&rev=122047
Log:
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)
Modified:
trunk/main/netsock.c
Modified: trunk/main/netsock.c
URL: http://svn.digium.com/view/asterisk/trunk/main/netsock.c?view=diff&rev=122047&r1=122046&r2=122047
==============================================================================
--- trunk/main/netsock.c (original)
+++ trunk/main/netsock.c Thu Jun 12 09:06:38 2008
@@ -266,7 +266,7 @@
}
#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)
More information about the asterisk-commits
mailing list