Small Fixes to DMR2YSF

This commit is contained in:
root
2020-06-05 19:14:20 +01:00
parent a6aa187a22
commit 81b4b93e50
4 changed files with 23 additions and 13 deletions
+2 -2
View File
@@ -920,9 +920,9 @@ unsigned int CDMR2YSF::findYSFID(std::string cs, bool showdst)
if (id == 0) {
id = m_defsrcid;
if (showdst)
LogMessage("Not DMR ID found, using default ID: %u, DstID: %s%u", id, dmrpc ? "" : "TG ", m_dstid);
LogMessage("DMR ID not found, using default ID: %u, DstID: %s%u", id, dmrpc ? "" : "TG ", m_dstid);
else
LogMessage("Not DMR ID found, using default ID: %u", id);
LogMessage("DMR ID not found, using default ID: %u", id);
}
else {
if (showdst)