Fix various format specifiers

This commit is contained in:
Jon Siwek 2020-02-14 11:09:50 -08:00
parent cf8496dc0a
commit b1e96ab952
5 changed files with 8 additions and 4 deletions

View file

@ -156,7 +156,7 @@ void Manager::FindReadySources(std::vector<IOSource*>* ready)
}
}
DBG_LOG(DBG_MAINLOOP, "timeout: %f ready size: %ld time_to_poll: %d\n",
DBG_LOG(DBG_MAINLOOP, "timeout: %f ready size: %zu time_to_poll: %d\n",
timeout, ready->size(), time_to_poll);
// If we didn't find any IOSources with zero timeouts or it's time to