Correct log output for acprep check

This commit is contained in:
Alexis Hildebrandt 2014-01-31 23:23:08 +01:00 committed by Johann Klähn
parent 4b0563044f
commit b98662e713

2
acprep
View file

@ -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)