mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	By popular demand, putting the about-to-load-module printf back.
But now it only prints during the initial startup, and prints at verbose 1 level. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386684 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -842,6 +842,9 @@ static enum ast_module_load_result start_resource(struct ast_module *mod) | |||||||
| 		return AST_MODULE_LOAD_FAILURE; | 		return AST_MODULE_LOAD_FAILURE; | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|  | 	if (!ast_fully_booted) { | ||||||
|  | 		ast_verb(1, "Loading %s.\n", mod->resource); | ||||||
|  | 	} | ||||||
| 	res = mod->info->load(); | 	res = mod->info->load(); | ||||||
|  |  | ||||||
| 	switch (res) { | 	switch (res) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user