Print command line when verbose is on

This commit is contained in:
Daniel Zaoui 2016-11-06 08:43:47 +02:00
parent dd4c1caade
commit ee1e8f77e1
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ _run_command_prepare(const List_Entry *ent, Run_Mode mode, char *buf)
CONFIG, exactness_config.wrap_command, ent->command);
strncpy(buf, eina_strbuf_string_get(sbuf), SCHEDULER_CMD_SIZE-1);
eina_strbuf_free(sbuf);
if (exactness_config.verbose) printf("Command: %s\n", buf);
}
void