remove an unnecessary error message that is really an old debug message

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29704 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Russell Bryant 20 years ago
parent 32a28ed9cf
commit cb25b874cb

@ -2221,7 +2221,6 @@ static int load_module(void *mod)
static int reload(void *mod) static int reload(void *mod)
{ {
aji_reload(); aji_reload();
ast_log(LOG_ERROR, "ooh reload magic!!!\n");
return 0; return 0;
} }

Loading…
Cancel
Save