Remove a LOG_NOTICE from ast_config_engine_register.

There is enough indication from the CLI that we are loading a realtime engine
as it is.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@410982 65c4cc65-6c06-0410-ace0-fbb531ad65f3
changes/97/197/1
Sean Bright 11 years ago
parent 922d0b7565
commit df2d959d7d

@ -2492,8 +2492,6 @@ int ast_config_engine_register(struct ast_config_engine *new)
ptr->next = new; ptr->next = new;
} }
ast_log(LOG_NOTICE,"Registered Config Engine %s\n", new->name);
return 1; return 1;
} }

Loading…
Cancel
Save