From b11d6c4ae98a9386d943a4bffa97a500c1446ade Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 3 Feb 2007 02:47:11 +0000 Subject: [PATCH] midsing newline svn: r5545 --- collects/handin-server/private/config.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/handin-server/private/config.ss b/collects/handin-server/private/config.ss index 8ffd99c7f1..bf1085ef67 100644 --- a/collects/handin-server/private/config.ss +++ b/collects/handin-server/private/config.ss @@ -30,7 +30,7 @@ (when raw-config ;; can't use log-line from logger, since it makes a cycle (fprintf (current-error-port) - (format "loading configuration from ~a" + (format "loading configuration from ~a\n" config-file))) (with-input-from-file config-file read))) (set! config-cache (make-hash-table)))))