summaryrefslogtreecommitdiff
path: root/xine
diff options
context:
space:
mode:
Diffstat (limited to 'xine')
-rw-r--r--xine/post.c2
1 files changed, 2 insertions, 0 deletions
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);
}
}
}