summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-11-16 15:34:01 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-11-16 15:34:01 +0000
commitc9511affda16b45d41eebbce9b2b64f306cf5e86 (patch)
tree6a8f397f9db4b349e252049704a7b4dc72646e3d
parentcbf44a1420b70a4bd471b55943c773f42fe659b1 (diff)
Fix debug prints
-rw-r--r--audio/headset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/headset.c b/audio/headset.c
index c653786c..8111db88 100644
--- a/audio/headset.c
+++ b/audio/headset.c
@@ -547,7 +547,7 @@ static uint32_t add_ag_record(uint8_t channel)
dbus_message_unref(reply);
- debug("add_ag_record: got record id 0x%x");
+ debug("add_ag_record: got record id 0x%x", rec_id);
return rec_id;
}
@@ -574,7 +574,7 @@ static int remove_ag_record(uint32_t rec_id)
dbus_message_unref(msg);
if (dbus_error_is_set(&derr)) {
- error("Removing service record 0x%x failed: %s", derr.message);
+ error("Removing service record 0x%x failed: %s", rec_id, derr.message);
dbus_error_free(&derr);
return 0;
}