Change wording

This commit is contained in:
Ivan Kravets
2017-12-31 00:07:12 +02:00
parent 2758e99295
commit 82246a837e
2 changed files with 2 additions and 2 deletions

View File

@ -815,7 +815,7 @@ def BuildProjectLibraries(env):
print_deps_tree(lb, level + 1)
print "Collected %d compatible libraries" % len(lib_builders)
print "Looking for dependencies..."
print "Scanning dependencies..."
project = ProjectAsLibBuilder(env, "$PROJECT_DIR")
project.env = env

View File

@ -361,7 +361,7 @@ class PkgInstallerMixin(object):
break
except Exception as e: # pylint: disable=broad-except
click.secho("Warning! Package Mirror: %s" % e, fg="yellow")
click.secho("Looking for other mirror...", fg="yellow")
click.secho("Looking for another mirror...", fg="yellow")
if versions is None:
raise exception.UnknownPackage(name)