core: fix printf format casts for struct timeval fields (details)
Commit
e309200f886e020eed7a77e0bab0639fe0f04dfd
by dtv.comp
core: fix printf format casts for struct timeval fields
Explicitly cast struct timeval fields to long when passing them to printf-style functions.
This avoids compiler warnings/errors on platforms where tv_sec or tv_usec are not exactly of type long, while keeping the existing log and control output unchanged.