Mercurial > treepkg
changeset 54:b0014b8f6029
fix typo in log message
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Tue, 03 Apr 2007 20:51:44 +0200 |
parents | 74cd21b6400b |
children | 6b5f7f7575f6 d0d08c7e7d37 |
files | treepkg/packager.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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,