From 046ffcc0524d601e55b64368ddd50d5a614c94f0 Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 1 May 2008 23:16:54 +0000 Subject: [PATCH] missing newlines --- hostside/safety.c | 2 +- hostside/startup.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hostside/safety.c b/hostside/safety.c index 27ecd17..9afd7ac 100644 --- a/hostside/safety.c +++ b/hostside/safety.c @@ -737,7 +737,7 @@ ErrorCode predict(Train *tra, int accelerate, static void detection_report_problem(Train *tra, Segment *seg, void *pu, const char *message) { - oprintf(UPO, "train %s signalling-problem %s : %s", + oprintf(UPO, "train %s signalling-problem %s : %s\n", tra->pname, seg->i->pname, message); } diff --git a/hostside/startup.c b/hostside/startup.c index 07a1c52..189905d 100644 --- a/hostside/startup.c +++ b/hostside/startup.c @@ -211,7 +211,7 @@ void on_pic_aaargh(const PicInsnInfo *pii, const PicInsn *pi, int objnum) { abort(); } void on_pic_spurious(const PicInsnInfo *pii, const PicInsn *pi, int objnum) { oprintf(UPO,"warning spurious %d : spurious short circuit (fault)" - " detection interrupts", objnum); + " detection interrupts\n", objnum); } static SegmentNum on_pic_detect_prep(int detyn, int objnum) { -- 2.30.2