diff --git a/scripts/lib/repo.py b/scripts/lib/repo.py
index d18a570c7ae45029674128a8a5525ec88efbd17a..3f1504bbaed38511ae13ff8699e1228c3c0ffd25 100644
--- a/scripts/lib/repo.py
+++ b/scripts/lib/repo.py
@@ -239,7 +239,7 @@ def loadBuildModule(f, b, remote_repo=None, offline=False):
     # Try with an existing local build repository first
     m = Module(None, b)
     if m and (offline or m.is_valid_uri()):
-        info("Using build repo URI {}".format(m.uri()))
+        info("Using local build repo URI {}".format(m.uri()))
         if remote_repo and remote_repo not in m.uri():
             warn("Git remote of local build repo doesn't match specified " \
                  "remote repo name")