changeset 51:fe39aac56cde

autocal/gmagicmain.c: printf fix
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 27 May 2017 07:49:23 +0000
parents d309241fcae3
children e93b5e727230
files autocal/gmagicmain.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autocal/gmagicmain.c	Sat May 27 07:33:39 2017 +0000
+++ b/autocal/gmagicmain.c	Sat May 27 07:49:23 2017 +0000
@@ -55,7 +55,8 @@
 {
 	char cmd[80];
 
-	printf("Preparing RF test system for %s MHz Rx calibration\n");
+	printf("Preparing RF test system for %s MHz Rx calibration\n",
+		selected_band->name);
 	sprintf(cmd, "signal-gen-setup %s\n", selected_band->name);
 	tsid_command(cmd);
 	return(0);