diff --git a/mash-debug.patch b/mash-debug.patch index 97947d8..779c2fd 100644 --- a/mash-debug.patch +++ b/mash-debug.patch @@ -20,12 +20,12 @@ index 56bb377..b381833 100644 if not os.path.exists('%s/drpms' % (path,)): os.mkdir('%s/drpms' % (path,)) destpath = '%s/drpms/%s' % (path, os.path.basename(file)) -+ self.logger.info("Copying drpm %s", % (file,)) ++ self.logger.info("Copying drpm %s" % (file,)) try: os.link(file, destpath) except OSError: shutil.copy(file, destpath) -+ self.logger.info("Finished copying drpm %s", % (file,)) ++ self.logger.info("Finished copying drpm %s" % (file,)) fulllist = self.repomatic.getFileList(self.conf.directory, '.rpm') filelist = {}