Fix compilation issues in bt utils
authorHabib Virji <habib.virji@samsung.com>
Mon, 12 Oct 2015 16:12:33 +0000 (17:12 +0100)
committerHabib Virji <habib.virji@samsung.com>
Wed, 14 Oct 2015 21:08:15 +0000 (21:08 +0000)
There were parameters missing in OIC_LOG_V.

Change-Id: I175515eedaf54a097fce3a0277f082c542520915
Signed-off-by: Habib Virji <habib.virji@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3823
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ossama Othman <ossama.othman@intel.com>
resource/csdk/connectivity/src/bt_le_adapter/linux/utils.c

index 40708f1..ac0f8f3 100644 (file)
@@ -196,7 +196,7 @@ bool CASetBlueZObjectProperty(GDBusProxy * proxy,
                   TAG,
                   "Attempt to set \"%s\" property for "
                   "\"%s\" interface failed.: %s",
-                  error->message);
+                  property, interface, error->message);
 
         g_error_free(error);