vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Oct  3 
00:18:31 2011 +0200| [ee6270ccbd02afd1f7c0b4b3800c82988276bbc5] | committer: 
Jean-Baptiste Kempf

VLM: better debugging message

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ee6270ccbd02afd1f7c0b4b3800c82988276bbc5
---

 src/input/vlmshell.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/input/vlmshell.c b/src/input/vlmshell.c
index 07b9113..211f526 100644
--- a/src/input/vlmshell.c
+++ b/src/input/vlmshell.c
@@ -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

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to