Fix a boost format string abort
[?]
Mar 2, 2016, 7:06 PM
XO774HEKD4S5HGVJRAU7GWJXUOWR3YHACK3PTS7KZEWGRX2R2YKQCDependencies
- [2]
RX6UB7YWBetter AWS error messages - [3]
GTUZLZRHAdd an S3-backed binary cache store - [4]
SOB276BAKeep some statistics for the binary cache stores
Change contents
- replacement in src/hydra-queue-runner/s3-binary-cache-store.cc at line 111
throw Error(format("AWS error fetching ‘%s’") % path % error.GetMessage());throw Error(format("AWS error fetching ‘%s’: %s") % path % error.GetMessage());