[aravis] gvsp,gvcp: debug output fix.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aravis] gvsp,gvcp: debug output fix.
- Date: Sat, 14 May 2011 22:50:53 +0000 (UTC)
commit 127c2fbf03d9bf572f7e640a39325bdf8a404321
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Sun May 15 00:50:35 2011 +0200
gvsp,gvcp: debug output fix.
src/arvgvcp.c | 2 +-
src/arvgvsp.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/arvgvcp.c b/src/arvgvcp.c
index 2f68876..3c4e9cb 100644
--- a/src/arvgvcp.c
+++ b/src/arvgvcp.c
@@ -548,7 +548,7 @@ arv_gvcp_packet_debug (const ArvGvcpPacket *packet, ArvDebugLevel level)
arv_log_gvcp ("%s", string);
break;
case ARV_DEBUG_LEVEL_DEBUG:
- arv_debug_gvcp ("%", string);
+ arv_debug_gvcp ("%s", string);
break;
case ARV_DEBUG_LEVEL_WARNING:
arv_warning_gvcp ("%s", string);
diff --git a/src/arvgvsp.c b/src/arvgvsp.c
index 54fa874..a9b823a 100644
--- a/src/arvgvsp.c
+++ b/src/arvgvsp.c
@@ -231,7 +231,7 @@ arv_gvsp_packet_debug (const ArvGvspPacket *packet, size_t packet_size, ArvDebug
arv_log_gvsp ("%s", string);
break;
case ARV_DEBUG_LEVEL_DEBUG:
- arv_debug_gvsp ("%", string);
+ arv_debug_gvsp ("%s", string);
break;
case ARV_DEBUG_LEVEL_WARNING:
arv_warning_gvsp ("%s", string);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]