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
This commit is contained in:
Sean Bright
2014-03-21 15:16:50 +00:00
parent 922d0b7565
commit df2d959d7d

View File

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