From 8fd6d4ba09a77729ef8774254cad2cd1dea8084f Mon Sep 17 00:00:00 2001 From: Josh Hursey Date: Thu, 5 Apr 2007 17:45:03 +0000 Subject: [PATCH] add a newline so output is cleaner/clearer This commit was SVN r14229. --- orte/tools/orterun/orterun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/tools/orterun/orterun.c b/orte/tools/orterun/orterun.c index 47df24ee02..96cadbbb73 100644 --- a/orte/tools/orterun/orterun.c +++ b/orte/tools/orterun/orterun.c @@ -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); }