be verbose on VC's about when we send the grant release REST call;

pull/39/head
Bryan Biedenkapp 3 years ago
parent 6330a4c2a9
commit a2865f7052

@ -1219,6 +1219,10 @@ void Control::notifyCC_ReleaseGrant(uint32_t dstId)
return;
}
if (m_verbose) {
LogMessage(LOG_P25, "REST request, notifying CC of call termination, dstId = %u", dstId);
}
// callback REST API to release the granted TG on the specified control channel
json::object req = json::object();
int state = modem::DVM_STATE::STATE_P25;

Loading…
Cancel
Save

Powered by TurnKey Linux.