Unregister format says it's already unregistered

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19811 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2006-04-13 17:22:16 +00:00
parent a9d8b4a553
commit 8410bbf7bf

2
file.c
View File

@@ -132,7 +132,7 @@ int ast_format_unregister(const char *name)
AST_LIST_TRAVERSE_SAFE_END
AST_LIST_UNLOCK(&formats);
if (tmp) {
if (!res) {
if (option_verbose > 1)
ast_verbose( VERBOSE_PREFIX_2 "Unregistered format %s\n", name);
} else