diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2014-01-31 23:23:08 +0100 |
---|---|---|
committer | Johann Klähn <kljohann@gmail.com> | 2014-02-01 19:34:45 +0100 |
commit | b98662e7136d5cf980f39e006ec99fffcdce58aa (patch) | |
tree | 60ff35018cc022fa08d775a7bd144addfa3fa2d1 /acprep | |
parent | 4b0563044f6c62c670a29f36910a470521db5458 (diff) | |
download | fork-ledger-b98662e7136d5cf980f39e006ec99fffcdce58aa.tar.gz fork-ledger-b98662e7136d5cf980f39e006ec99fffcdce58aa.tar.bz2 fork-ledger-b98662e7136d5cf980f39e006ec99fffcdce58aa.zip |
Correct log output for acprep check
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -941,7 +941,7 @@ class PrepareBuild(CommandLineApp): os.chdir(self.source_dir) def phase_check(self, *args): - self.log.info('Executing phase: update') + self.log.info('Executing phase: check') build_dir = self.ensure(self.build_directory()) try: self.log.debug('Changing directory to ' + build_dir) |