[aravis] gv_stream: use the right format for gint64 values in debug messages.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aravis] gv_stream: use the right format for gint64 values in debug messages.
- Date: Wed, 6 Nov 2013 16:05:35 +0000 (UTC)
commit 320fb8a8d04de264e43a9935fe4d96537fd5ffa8
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Wed Nov 6 17:04:59 2013 +0100
gv_stream: use the right format for gint64 values in debug messages.
src/arvgvstream.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/arvgvstream.c b/src/arvgvstream.c
index c1a94e3..6a1946d 100644
--- a/src/arvgvstream.c
+++ b/src/arvgvstream.c
@@ -384,7 +384,7 @@ _missing_packet_check (ArvGvStreamThreadData *thread_data,
int j;
arv_log_stream_thread ("[GvStream::_missing_packet_check]"
- " Resend request at dt = %Lu, packet id =
%u/%u",
+ " Resend request at dt = %" G_GINT64_FORMAT ",
packet id = %u/%u",
time_us - frame->first_packet_time_us,
packet_id, frame->n_packets);
@@ -402,7 +402,7 @@ _missing_packet_check (ArvGvStreamThreadData *thread_data,
int j;
arv_log_stream_thread ("[GvStream::_missing_packet_check]"
- " Resend request at dt = %Lu, packet id = %u/%u",
+ " Resend request at dt = %" G_GINT64_FORMAT", packet id =
%u/%u",
time_us - frame->first_packet_time_us,
packet_id, frame->n_packets);
@@ -620,7 +620,7 @@ arv_gv_stream_thread (void *data)
if (packet_type != ARV_GVSP_PACKET_TYPE_OK &&
packet_type != ARV_GVSP_PACKET_TYPE_RESEND) {
arv_debug_stream_thread ("[GvStream::stream_thread]"
- " Error packet at dt = %Lu, packet id = %u"
+ " Error packet at dt = %" G_GINT64_FORMAT ",
packet id = %u"
" frame id = %u",
time_us - frame->first_packet_time_us,
packet_id, frame->frame_id);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]