summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xserver/debuginfofs-mirror4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/debuginfofs-mirror b/server/debuginfofs-mirror
index 71d464a..05cfcdd 100755
--- a/server/debuginfofs-mirror
+++ b/server/debuginfofs-mirror
@@ -373,8 +373,8 @@ def main():
shutil.rmtree(os.path.join(targetdir,"usr/lib/debug"))
except (IOError, OSError), e:
y.logger.error("Error removing libdir: %s" % str(e))
- y.verbose_logger.info("Downloaded %i packages" % downloadcount)
- y.verbose_logger.info("Unpacked %i packages" % unpackcount)
+ y.verbose_logger.info("Downloaded %i packages" % downloadcount)
+ y.verbose_logger.info("Unpacked %i packages" % unpackcount)
if __name__ == '__main__':
try: