summaryrefslogtreecommitdiffstats
path: root/libaf/af_center.c
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/af_center.c')
-rw-r--r--libaf/af_center.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/af_center.c b/libaf/af_center.c
index c24554436f..5023872447 100644
--- a/libaf/af_center.c
+++ b/libaf/af_center.c
@@ -62,7 +62,7 @@ static int control(struct af_instance_s* af, int cmd, void* arg)
case AF_CONTROL_CENTER_CH | AF_CONTROL_SET: // Requires reinit
// Sanity check
if((*(int*)arg >= AF_NCH) || (*(int*)arg < 0)){
- af_msg(AF_MSG_ERROR,"[sub] Center channel number must be between "
+ mp_msg(MSGT_AFILTER, MSGL_ERR, "[sub] Center channel number must be between "
" 0 and %i current value is %i\n", AF_NCH-1, *(int*)arg);
return AF_ERROR;
}