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