projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
fcf07fc
)
image unregister typo
author
James Golovich
<james@gnuinter.net>
Wed, 21 Apr 2004 03:54:25 +0000
(
03:54
+0000)
committer
James Golovich
<james@gnuinter.net>
Wed, 21 Apr 2004 03:54:25 +0000
(
03:54
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2727
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
image.c
patch
|
blob
|
history
diff --git
a/image.c
b/image.c
index
c46396c
..
0159043
100755
(executable)
--- 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_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)
}
int ast_supports_images(struct ast_channel *chan)