From 6032def92070383f70373d6175898aa9ca34cc6d Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 17 Dec 2024 16:53:00 +0100 Subject: simulation: logger: pad with zeroes --- simulation.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simulation.scm') diff --git a/simulation.scm b/simulation.scm index 01bc347..9ccf608 100644 --- a/simulation.scm +++ b/simulation.scm @@ -38,7 +38,7 @@ (lambda () (put-message *output-channel* - (format #f "~a~a - ~?~%" (car now) (cdr now) f data)))))) + (format #f "~d~6'0d - ~?~%" (car now) (cdr now) f data)))))) ;; type can be: -- cgit v1.2.3