Make message more verbose by printing the scale value

This commit is contained in:
Holger Vogt 2020-10-19 17:27:07 +02:00
parent e1a428e002
commit 4796face12
1 changed files with 1 additions and 1 deletions

View File

@ -1094,7 +1094,7 @@ inp_dodeck(
case CP_REAL:
if (strcmp("scale", eev->va_name) == 0) {
cp_vset("scale", CP_REAL, &eev->va_real);
printf("Scale set\n");
printf("Scale set to %g\n", eev->va_real);
}
break;
case CP_STRING: