aboutsummaryrefslogtreecommitdiffstats
path: root/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'image.c')
-rwxr-xr-ximage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.c b/image.c
index c46396c79..01590436c 100755
--- a/image.c
+++ b/image.c
@@ -64,7 +64,7 @@ void ast_image_unregister(struct ast_imager *img)
}
ast_mutex_unlock(&listlock);
if (i && (option_verbose > 1))
- ast_verbose(VERBOSE_PREFIX_2 "Registered format '%s' (%s)\n", img->name, img->desc);
+ ast_verbose(VERBOSE_PREFIX_2 "Unregistered format '%s' (%s)\n", img->name, img->desc);
}
int ast_supports_images(struct ast_channel *chan)