mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-11 22:40:01 +03:00
fix
This commit is contained in:
parent
881e6f7b89
commit
0b996f239f
@ -1160,9 +1160,9 @@ class ZfsNode(ExecuteNode):
|
||||
|
||||
if (line.find("nvlist version")==0 or
|
||||
line.find("resume token contents")==0 or
|
||||
len(progress_fields)!=1) or
|
||||
line.find("skipping ")==0:
|
||||
|
||||
len(progress_fields)!=1 or
|
||||
line.find("skipping ")==0):
|
||||
|
||||
#always output for debugging offcourse
|
||||
self.debug("STDERR|> "+line.rstrip())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user