Skip to content

Commit

Permalink
change channel startup count message
Browse files Browse the repository at this point in the history
  • Loading branch information
ka9q committed Apr 12, 2024
1 parent 4dd2587 commit 707842b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Expand Up @@ -590,8 +590,8 @@ static int loadconfig(char const * const file){
}
// Done processing frequency list(s) and creating chans
FREE(freq_list);
fprintf(stdout,"%s: %d channels started\n",fname,nfreq);
}
fprintf(stdout,"[%s] %d channels started\n",sname,nfreq);
}
// Start the status thread after all the receivers have been created so it doesn't contend for the chan list lock
if(Ctl_fd >= 3)
Expand Down

0 comments on commit 707842b

Please sign in to comment.