Fix dlog format issues
[platform/core/connectivity/bluetooth-agent.git] / ag-agent / bluetooth-ag-handler.c
index eb3a39f..c1e3351 100644 (file)
@@ -677,7 +677,7 @@ int _bt_hfp_set_voice_dial(bt_ag_info_t *hs,
 int _bt_hfp_send_vendor_cmd(bt_ag_info_t *hs,
                const char *cmd)
 {
-       DBG("_bt_hfp_send_vendor_cmd = %d", cmd);
+       DBG("_bt_hfp_send_vendor_cmd = %s", cmd);
 
        if (_bt_ag_send_at(hs, "\r\n%s\r\n", cmd) < 0)
                return BT_HFP_AGENT_ERROR_INTERNAL;