Improve the error message when a load revision job fails

It's useful to know the commit.
This commit is contained in:
Christopher Baines 2019-06-15 11:07:42 +01:00
parent 13e2f87555
commit 33956b394f

View file

@ -408,8 +408,9 @@
#t)
(lambda (key . args)
(simple-format (current-error-port)
"Failed extracting information: ~A ~A\n"
key args)
"Failed extracting information from commit: ~A\n\n" commit)
(simple-format (current-error-port)
" ~A ~A\n\n" key args)
(force-output)
#f)))))