diff --git a/main/netsock.c b/main/netsock.c index 58972781e9..0ffb5a56ff 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)