luci-app-flowoffload/luci-app-sfe: fix print log

This commit is contained in:
CN_SZTL 2019-12-15 11:29:33 +08:00
parent b2635bf47d
commit f4cd3e1c5e
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ StatisticUpdateInterval 29
EOF
dnscache -f $DNSCACHE_CONF &
echo dnscache running pid is $pid
echo "Start DNS Cache"
}

View File

@ -186,7 +186,7 @@ StatisticUpdateInterval 29
EOF
dnscache -f $DNSCACHE_CONF &
logger -t alex the pid of dnscache is $PID_PATH/$PID_FILE $pid
echo "Start DNS Cache"
}