diff --git a/rootfs/usr/local/bin/autogain1090 b/rootfs/usr/local/bin/autogain1090 index 85964ba..6224efb 100755 --- a/rootfs/usr/local/bin/autogain1090 +++ b/rootfs/usr/local/bin/autogain1090 @@ -109,7 +109,7 @@ fi if ! awk "BEGIN{ exit ($strong > $low) }" && ! awk "BEGIN{ exit ($strong < $high) }"; then - echo "No gain change needed, ${strong}% percentage of messages >-3dB is in nominal range. (${low}% < ${strong}% < ${high}%)" + echo "No gain change needed ($oldgain), ${strong}% percentage of messages >-3dB is in nominal range. (${low}% < ${strong}% < ${high}%)" exit 0 fi