From 80fc7c2dae3cc7ef52da393b760a62c9ba50285d Mon Sep 17 00:00:00 2001 From: jottbee Date: Sat, 12 Mar 2005 18:53:33 +0000 Subject: [PATCH] cosmetics for display-job-output --- job.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/job.scm b/job.scm index 0d4018b..1665e05 100644 --- a/job.scm +++ b/job.scm @@ -17,9 +17,9 @@ (string-append ";;; job finished with exitno: " (number->string (job-res-errno j-res)) "\n" - ";;; job finished with stdout: " + ";;; job finished with stdout:\n" (job-res-stdout j-res) "\n" - ";;; job finished with stderr: " + ";;; job finished with stderr:\n" (job-res-stderr j-res) "\n")) (newline))