1
1

add a newline so output is cleaner/clearer

This commit was SVN r14229.
Этот коммит содержится в:
Josh Hursey 2007-04-05 17:45:03 +00:00
родитель 38547459ae
Коммит 8fd6d4ba09

Просмотреть файл

@ -909,7 +909,7 @@ static void signal_forward_callback(int fd, short event, void *arg)
signum = OPAL_EVENT_SIGNAL(signal);
if (!orterun_globals.quiet){
fprintf(stderr, "%s: Forwarding signal %d to job",
fprintf(stderr, "%s: Forwarding signal %d to job\n",
orterun_basename, signum);
}