EDACS: Fix colour for test channel updates

This commit is contained in:
ilyacodes 2024-04-21 09:52:09 -04:00
parent b2450b1924
commit 3f165571d2
1 changed files with 1 additions and 1 deletions

View File

@ -1572,7 +1572,7 @@ void edacs(dsd_opts * opts, dsd_state * state)
}
else
{
fprintf (stderr, "%s", KYEL);
fprintf (stderr, "%s", KMAG);
fprintf (stderr, " Voice Test Channel Update ::");
}
if (is_digital == 0) fprintf (stderr, " Analog");