summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2014-01-31 23:23:08 +0100
committerJohann Klähn <kljohann@gmail.com>2014-02-01 19:34:45 +0100
commitb98662e7136d5cf980f39e006ec99fffcdce58aa (patch)
tree60ff35018cc022fa08d775a7bd144addfa3fa2d1 /acprep
parent4b0563044f6c62c670a29f36910a470521db5458 (diff)
downloadfork-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-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index 9e646f89..169ce266 100755
--- a/acprep
+++ b/acprep
@@ -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)