[libdmapsharing] Fix incorrect printf format string in test-dmap-client.c Signed-off-by: W. Michael Petullo <mike fly
- From: W. Michael Petullo <wmpetullo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdmapsharing] Fix incorrect printf format string in test-dmap-client.c Signed-off-by: W. Michael Petullo <mike fly
- Date: Thu, 7 Jul 2011 02:50:28 +0000 (UTC)
commit 15fc503b18f7363bfead669f1dc2dca3d25aba84
Author: W. Michael Petullo <mike flyn org>
Date: Wed Jul 6 21:50:07 2011 -0500
Fix incorrect printf format string in test-dmap-client.c
Signed-off-by: W. Michael Petullo <mike flyn org>
tests/test-dmap-client.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test-dmap-client.c b/tests/test-dmap-client.c
index 4170a7e..5ae7b4e 100644
--- a/tests/test-dmap-client.c
+++ b/tests/test-dmap-client.c
@@ -90,7 +90,7 @@ service_added_cb (DMAPMdnsBrowser *browser,
DMAPConnection *conn;
DMAPDb *db;
- g_debug ("service added %s:%s:%s:%d (%s)",
+ g_debug ("service added %s:%s:%s:%d",
service->service_name,
service->name,
service->host,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]