summaryrefslogtreecommitdiffstats
path: root/libass/ass_mp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_mp.c')
-rw-r--r--libass/ass_mp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/ass_mp.c b/libass/ass_mp.c
index 4695bf6d9e..cb4f7f2e01 100644
--- a/libass/ass_mp.c
+++ b/libass/ass_mp.c
@@ -176,7 +176,7 @@ int ass_process_subtitle(ass_track_t* track, subtitle* sub)
return -1;
}
- mp_msg(MSGT_GLOBAL, MSGL_V, "plaintext event at %" PRId64 ", +%" PRId64 ": %s \n",
+ mp_msg(MSGT_ASS, MSGL_V, "plaintext event at %" PRId64 ", +%" PRId64 ": %s \n",
(int64_t)event->Start, (int64_t)event->Duration, event->Text);
return eid;