Improve the error message when a load revision job fails
It's useful to know the commit.
This commit is contained in:
parent
13e2f87555
commit
33956b394f
1 changed files with 3 additions and 2 deletions
|
|
@ -408,8 +408,9 @@
|
||||||
#t)
|
#t)
|
||||||
(lambda (key . args)
|
(lambda (key . args)
|
||||||
(simple-format (current-error-port)
|
(simple-format (current-error-port)
|
||||||
"Failed extracting information: ~A ~A\n"
|
"Failed extracting information from commit: ~A\n\n" commit)
|
||||||
key args)
|
(simple-format (current-error-port)
|
||||||
|
" ~A ~A\n\n" key args)
|
||||||
(force-output)
|
(force-output)
|
||||||
#f)))))
|
#f)))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue