mirror of
https://github.com/ShaYmez/MMDVM_CM.git
synced 2026-08-14 23:53:42 -04:00
Small Fixes to DMR2YSF
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user