From 9664d43f9eb260e9af3e58b199b9d0fbb7e665dd Mon Sep 17 00:00:00 2001 From: phintuka Date: Sat, 20 Jan 2007 23:35:19 +0000 Subject: Show warning message if post plugin does not support given parameter(s) --- xine/post.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xine/post.c b/xine/post.c index 192bf773..b43de8c4 100644 --- a/xine/post.c +++ b/xine/post.c @@ -204,6 +204,8 @@ static void __pplugin_update_parameters(xine_post_t *post, char *args) } break; } + } else { + LOGMSG("Unknown post plugin parameter %s !", param); } } } -- cgit v1.2.3