formatting

This commit is contained in:
Benjamin Sergeant
2019-12-19 19:13:55 -08:00
parent 626e190d91
commit 4e240e4992
3 changed files with 6 additions and 6 deletions

View File

@ -132,11 +132,13 @@ namespace ix
{
seconds = 30;
spdlog::warn("Error parsing Retry-After header. "
"Using {} for the sleep duration", seconds);
"Using {} for the sleep duration",
seconds);
}
spdlog::warn("Error 429 - Too Many Requests. ws will sleep "
"and retry after {} seconds", retryAfter);
"and retry after {} seconds",
retryAfter);
throttled = true;
auto duration = std::chrono::seconds(seconds);