Skip to content

Commit

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

0 comments on commit 4dd2587

Please sign in to comment.