Changed a degugging text about command parameters

This commit is contained in:
Thomas Schmitt 2012-03-10 15:35:08 +00:00
parent 0498f81865
commit 8f48b854d8
2 changed files with 3 additions and 3 deletions

View File

@ -892,7 +892,7 @@ next_command:;
sprintf(xorriso->info_text, "Command: %s", argv[*idx]);
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "DEBUG", 0);
for(i= 1; i <= arg_count && *idx + i < argc; i++) {
sprintf(xorriso->info_text, "Argument: %s", argv[*idx + i]);
sprintf(xorriso->info_text, "Parameter: %s", argv[*idx + i]);
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "DEBUG", 0);
}
if(*idx + arg_count >= argc) {

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.03.10.150003"
#define Xorriso_timestamP "2012.03.10.153518"