]> git.sesse.net Git - vlc/commitdiff
VLM: better debugging message
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 2 Oct 2011 22:18:31 +0000 (00:18 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 2 Oct 2011 22:18:31 +0000 (00:18 +0200)
src/input/vlmshell.c

index 07b911304745926e3791211f0929c88ba9088c05..211f526e3a62d35a8d4e314a47d303abca97327c 100644 (file)
@@ -913,7 +913,7 @@ int ExecuteCommand( vlm_t *p_vlm, const char *psz_command,
     else IF_EXECUTE( "setup",   (i_command < 2),    ExecuteSetup(p_vlm, ppsz_command[1], i_command-2, &ppsz_command[2], &p_message) )
     else
     {
-        p_message = vlm_MessageNew( ppsz_command[0], "Unknown command" );
+        p_message = vlm_MessageNew( ppsz_command[0], "Unknown VLM command" );
         goto error;
     }
 #undef IF_EXECUTE