Fix bad format string
[?]
Mar 9, 2016, 3:59 PM
MQNJPMCUSFIIGZC35Q5WDJPUR4MZ5RO7OCGB5P2WRMXQIXLW7DNQCDependencies
- [2]
SL3WSRAChydra-queue-runner: Limit memory usage - [3]
MB3TISH2Rate-limit the number of threads copying closures at the same time
Change contents
- replacement in src/hydra-queue-runner/token-server.hh at line 42
throw NoTokens(format("requesting more tokens (%d) than exist (%d)") % tokens);throw NoTokens(format("requesting more tokens (%d) than exist (%d)") % tokens % ts->maxTokens);