diff --git a/nsupdate.sh b/nsupdate.sh index b7e4517..96c5be1 100755 --- a/nsupdate.sh +++ b/nsupdate.sh @@ -38,7 +38,7 @@ if ls $(dirname $0)/nsupdate.d/*.config &> /dev/null; then for f in $(dirname $0)/nsupdate.d/*.config do if [[ "$SILENT" == "NO" ]]; then - echo "Starting nameserver update with config file $f" + echo "Starting nameserver update with config file $f ($LOG)" fi ## Set record type to IPv4 TYPE=A