mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Improve log message pointing to the log file (use the true name).
This commit is contained in:
parent
ca0d25d3b2
commit
ceec4780f2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user