Fix build error when XLOG is enabled
(cherrypick of 79a49c9857f3949fc13373eeb179f27b6ecdca81.) Change-Id: I7bb44fd1fe3ef2ddfc115247f328eccfceeb5352 Signed-off-by: Patrick Tjin <pattjin@google.com>
This commit is contained in:
parent
c053a42831
commit
a6a0949b1d
@ -1090,7 +1090,7 @@ answer_getTTL(const void* answer, int answerlen)
|
||||
XLOG("ns_parserr failed. %s\n", strerror(errno));
|
||||
}
|
||||
|
||||
XLOG("TTL = %d\n", result);
|
||||
XLOG("TTL = %lu\n", result);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user