From eef36f03ea76f97c10075ae4b08e1e53e5195479 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Dec 2013 21:49:13 +0100 Subject: msg: rename mp_msg_log -> mp_msg Same for companion functions. --- common/playlist_parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/playlist_parser.c') diff --git a/common/playlist_parser.c b/common/playlist_parser.c index 2e06009db5..d871854dbb 100644 --- a/common/playlist_parser.c +++ b/common/playlist_parser.c @@ -560,13 +560,13 @@ static struct playlist *do_parse(struct stream* stream, bool forced, if(success) mp_verbose(log, "Playlist successfully parsed\n"); else { - mp_msg_log(log,((forced==1)?MSGL_ERR:MSGL_V),"Error while parsing playlist\n"); + mp_msg(log,((forced==1)?MSGL_ERR:MSGL_V),"Error while parsing playlist\n"); talloc_free(p.pl); p.pl = NULL; } if (p.pl && !p.pl->first) - mp_msg_log(log, ((forced==1)?MSGL_WARN:MSGL_V),"Warning: empty playlist\n"); + mp_msg(log, ((forced==1)?MSGL_WARN:MSGL_V),"Warning: empty playlist\n"); return p.pl; } -- cgit v1.2.3