Commit ee6270cc authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

VLM: better debugging message

parent e35c0b7c
...@@ -913,7 +913,7 @@ int ExecuteCommand( vlm_t *p_vlm, const char *psz_command, ...@@ -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 IF_EXECUTE( "setup", (i_command < 2), ExecuteSetup(p_vlm, ppsz_command[1], i_command-2, &ppsz_command[2], &p_message) )
else else
{ {
p_message = vlm_MessageNew( ppsz_command[0], "Unknown command" ); p_message = vlm_MessageNew( ppsz_command[0], "Unknown VLM command" );
goto error; goto error;
} }
#undef IF_EXECUTE #undef IF_EXECUTE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment