diff options
Diffstat (limited to 'xine/post.c')
-rw-r--r-- | xine/post.c | 2 |
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); } } } |