summaryrefslogtreecommitdiff
path: root/vhook/null.c
diff options
context:
space:
mode:
Diffstat (limited to 'vhook/null.c')
-rw-r--r--vhook/null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vhook/null.c b/vhook/null.c
index 6f310371c0..1f957fbf5e 100644
--- a/vhook/null.c
+++ b/vhook/null.c
@@ -50,7 +50,7 @@ void Release(void *ctx)
int Configure(void **ctxp, int argc, char *argv[])
{
- fprintf(stderr, "Called with argc=%d\n", argc);
+ av_log(NULL, AV_LOG_DEBUG, "Called with argc=%d\n", argc);
*ctxp = av_mallocz(sizeof(ContextInfo));
return 0;