Add additional logging about xfrin transfer status (#39170)

(cherry picked from commit ac31adc3b7)
This commit is contained in:
Mukund Sivaraman
2015-04-14 12:13:06 +05:30
parent 7f2b905c81
commit 6065cb0858
4 changed files with 59 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ while true; do
exit 1
fi
if grep "example.nil/IN.*Transfer completed" ns2/named.run > /dev/null
if grep "example.nil/IN.*Transfer status" ns2/named.run > /dev/null
then
break
else