EDACS EA: log formatting

This commit is contained in:
ilyacodes 2024-04-10 22:32:43 -04:00
parent 739d373204
commit 49cd974dcb
1 changed files with 1 additions and 1 deletions

View File

@ -791,7 +791,7 @@ void edacs(dsd_opts * opts, dsd_state * state)
int targetp = (msg_2 & 0xFFFF);
fprintf (stderr, "%s", KYEL);
fprintf (stderr, " Patch :: Site [%02X][%03d] Source [%d] Target [%d] ", patch_site, patch_site, sourcep, targetp);
fprintf (stderr, " Patch :: Site [%02X][%03d] Source [%05d] Target [%05d]", patch_site, patch_site, sourcep, targetp);
fprintf (stderr, "%s", KNRM);
}
//Serial Number Request (not seen in the wild, see US patent 20030190923, Figure 2b)