diff --git a/subcmds/upload.py b/subcmds/upload.py index 60bbb006e..49d8e2e5f 100644 --- a/subcmds/upload.py +++ b/subcmds/upload.py @@ -803,9 +803,10 @@ Gerrit Code Review: https://www.gerritcodereview.com/ project_list=pending_proj_names, worktree_list=pending_worktrees ): if LocalSyncState(manifest).IsPartiallySynced(): - logger.error( - "Partially synced tree detected. Syncing all projects " - "may resolve issues you're seeing." + logger.info( + "Tip: A partially synced tree was detected. " + "If this failure involves cross-project dependencies, " + "a full `repo sync` might help." ) ret = 1 if ret: