From 05ec171a0e812fa90dcee6aaa0dbcd0d9d409086 Mon Sep 17 00:00:00 2001 From: waker Date: Mon, 10 Sep 2012 20:53:44 +0200 Subject: cue: better trace message --- playlist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'playlist.c') diff --git a/playlist.c b/playlist.c index b2f536a2..6078e60f 100644 --- a/playlist.c +++ b/playlist.c @@ -1081,6 +1081,7 @@ plt_insert_cue_from_buffer (playlist_t *playlist, playItem_t *after, playItem_t trace ("cue: added %p\n", it); if (it) { if (it->startsample >= numsamples || it->endsample >= numsamples) { + trace ("cue: the track is shorter than cue timeline\n"); goto error; } cuetracks[ncuetracks++] = it; -- cgit v1.2.3