Add additional logging about xfrin transfer status (#39170)

This commit is contained in:
Mukund Sivaraman
2015-04-14 12:13:06 +05:30
parent 24abfe433e
commit ac31adc3b7
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