Correct log output for acprep check
This commit is contained in:
parent
4b0563044f
commit
b98662e713
1 changed files with 1 additions and 1 deletions
2
acprep
2
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue