mes: Remove stray debugging newline output.

* mes/module/mes/guile.mes (open-input-file): Move debugging newline
into debug clause.
This commit is contained in:
Jan Nieuwenhuizen 2019-02-24 10:49:56 +01:00
parent 9ab1e5cbef
commit a9bf3bfb12
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 2 additions and 2 deletions

View File

@ -104,8 +104,8 @@
(core:display-error (string-append "open-input-file: `" file "'"))
(when (> debug 3)
(core:display-error " port=")
(core:display-error port)))
(core:display-error "\n")
(core:display-error port))
(core:display-error "\n"))
port))
(define (dirname file-name)