git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7731
48e7efb5-ca39-0410-a469-
dd3cf9ba447f
xbt_dynar_free(&evt);
}
} else { // Should have got my trace file in argument
- xbt_assert0(argc>=2,
- "No simulation-wide trace file provided to MSG_action_trace_run(), "
- "and no process-wide trace file provided in deployment file. Aborting."
+ xbt_assert1(argc>=2,
+ "No '%s' agent function provided, no simulation-wide trace file provided to MSG_action_trace_run(), "
+ "and no process-wide trace file provided in deployment file. Aborting.",argv[0]
);
char *line = NULL;