diff options
-rw-r--r-- | subcmds/sync.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py index bbb166c0..8e8529ee 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -324,7 +324,9 @@ later is required to fix a server side protocol bug. | |||
324 | 324 | ||
325 | if not success: | 325 | if not success: |
326 | err_event.set() | 326 | err_event.set() |
327 | print('error: Cannot fetch %s' % project.name, file=sys.stderr) | 327 | print('error: Cannot fetch %s from %s' |
328 | % (project.name, project.remote.url), | ||
329 | file=sys.stderr) | ||
328 | if opt.force_broken: | 330 | if opt.force_broken: |
329 | print('warn: --force-broken, continuing to sync', | 331 | print('warn: --force-broken, continuing to sync', |
330 | file=sys.stderr) | 332 | file=sys.stderr) |