Revision f2ddf4db image_creator/rsync.py

b/image_creator/rsync.py
107 107

  
108 108
        self._out.success("%d" % total)
109 109

  
110
        progress = self._out.Progress(total, "Copying %s files to %s" %
111
                                      (slabel, dlabel))
110
        progress = self._out.Progress(total, "Copying files to %s" % dlabel)
112 111
        run = subprocess.Popen(cmd + [src, dest], shell=False,
113 112
                               stdout=subprocess.PIPE, bufsize=0)
114 113
        try:

Also available in: Unified diff