Cast time_ts passed to printf to a known type

Originally committed to SVN as r6510.
This commit is contained in:
Thomas Goyne 2012-02-23 19:28:00 +00:00
parent 9e6d782339
commit 0d45f98ae8
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ void EmitSTDOUT::log(SinkMessage *sm) {
tmtime.tm_hour,
tmtime.tm_min,
tmtime.tm_sec,
sm->tv.tv_usec,
(long)sm->tv.tv_usec,
sm->section,
sm->file,
sm->func,