# HG changeset patch # User Bernhard Herzog # Date 1175626304 -7200 # Node ID b0014b8f6029d0789585b8722fce7732bb97cdd8 # Parent 74cd21b6400b9a5419081a3ad5a1983ff7bdd127 fix typo in log message diff -r 74cd21b6400b -r b0014b8f6029 treepkg/packager.py --- a/treepkg/packager.py Tue Apr 03 20:37:07 2007 +0200 +++ b/treepkg/packager.py Tue Apr 03 20:51:44 2007 +0200 @@ -184,7 +184,7 @@ def package(self): self.status.creating_binary_package() util.ensure_directory(self.binary_dir) - logging.info("Building binary package; loging to %r", self.logfile) + logging.info("Building binary package; logging to %r", self.logfile) cmd = ["/usr/sbin/pbuilder", "build", "--configfile", self.track.pbuilderrc, "--logfile", self.logfile,