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:
Patrick Tjin 2015-01-20 16:02:04 -08:00 committed by Elliott Hughes
parent c053a42831
commit a6a0949b1d

View File

@ -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;
}