mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +00:00
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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user