fix
This commit is contained in:
@ -1160,8 +1160,8 @@ class ZfsNode(ExecuteNode):
|
|||||||
|
|
||||||
if (line.find("nvlist version")==0 or
|
if (line.find("nvlist version")==0 or
|
||||||
line.find("resume token contents")==0 or
|
line.find("resume token contents")==0 or
|
||||||
len(progress_fields)!=1) or
|
len(progress_fields)!=1 or
|
||||||
line.find("skipping ")==0:
|
line.find("skipping ")==0):
|
||||||
|
|
||||||
#always output for debugging offcourse
|
#always output for debugging offcourse
|
||||||
self.debug("STDERR|> "+line.rstrip())
|
self.debug("STDERR|> "+line.rstrip())
|
||||||
|
|||||||
Reference in New Issue
Block a user