From ceec4780f240935082ab7b0ad548f336c73ca493 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Sun, 26 Jan 2014 21:25:27 +0100 Subject: [PATCH] Improve log message pointing to the log file (use the true name). --- src/main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lisp b/src/main.lisp index f56f279..a81891e 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -162,7 +162,7 @@ (with-monitor () ;; tell the user where to look for interesting things - (log-message :log "Main logs in '~a'" *log-filename*) + (log-message :log "Main logs in '~a'" (probe-file *log-filename*)) (log-message :log "Data errors in '~a'~%" *root-dir*) ;; process the files