diff options
-rw-r--r-- | subcmds/sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py index 8defc932..82eb569c 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -360,7 +360,7 @@ later is required to fix a server side protocol bug. | |||
360 | partial_clone_exclude=self.manifest.PartialCloneExclude) | 360 | partial_clone_exclude=self.manifest.PartialCloneExclude) |
361 | 361 | ||
362 | output = buf.getvalue() | 362 | output = buf.getvalue() |
363 | if opt.verbose and output: | 363 | if (opt.verbose or not success) and output: |
364 | print('\n' + output.rstrip()) | 364 | print('\n' + output.rstrip()) |
365 | 365 | ||
366 | if not success: | 366 | if not success: |