From c2cf19667aeae913039ee6e987c0f8fe228c1fb0 Mon Sep 17 00:00:00 2001 From: phintuka Date: Wed, 17 Nov 2010 13:07:28 +0000 Subject: Fixed log message (Thanks to Helmar Gerloni) --- tools/playlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/playlist.c b/tools/playlist.c index 8ced772a..f91a67f5 100644 --- a/tools/playlist.c +++ b/tools/playlist.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: playlist.c,v 1.30 2010-09-13 11:39:34 phintuka Exp $ + * $Id: playlist.c,v 1.31 2010-11-17 13:07:28 phintuka Exp $ * */ @@ -975,7 +975,7 @@ static cString EscapeString(const char *s) int size = strlen(s) + 16; char *buf = (char *)malloc(size); int i = 0; - LOGVERBOSE("cPlaylist::EscapeMrl('%s')", fn); + LOGVERBOSE("EscapeString('%s')", fn); while (*fn) { if(size-7 < i) -- cgit v1.2.3