From 578a09c729e08fa50b4ce4543c176c3455366b06 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Jun 10 2009 03:50:36 +0000 Subject: Fix typos. --- 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 = {}