An unused controller will be announced with 'NOTICE' only.

This commit is contained in:
MelwareDE 2005-07-03 11:37:21 +00:00
parent d969f5ef38
commit 511e30e401
1 changed files with 1 additions and 1 deletions

View File

@ -3286,7 +3286,7 @@ int load_module(void)
controller, ALL_SERVICES);
}
} else {
ast_log(LOG_WARNING,"Unused contr%d\n",controller);
ast_log(LOG_NOTICE, "Unused contr%d\n",controller);
}
}