lineage: Change 'bailing out' message to something more friendly
Change-Id: Iee519ea5cbfa92b6bb26e33d2bac3d2335c770a8
diff --git a/build/tools/roomservice.py b/build/tools/roomservice.py
index f911630..813d0b7 100755
--- a/build/tools/roomservice.py
+++ b/build/tools/roomservice.py
@@ -226,7 +226,7 @@
print('Adding dependencies to manifest')
add_to_manifest(fetch_list, fallback_branch)
else:
- print('Dependencies file not found, bailing out.')
+ print('%s has no additional dependencies.' % repo_path)
if len(syncable_repos) > 0:
print('Syncing dependencies')