summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 95be200f597..3be42d549ec 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -2286,8 +2286,7 @@ sub action_update {
push @addlines,
machine_line("-ret", $pkg, $FLAG_REVERSED_UPDATE, $rev, $mediarev, "-");
} else {
- info("$pkg: local revision ($rev) is newer than revision in $location"
- . " ($mediarev), not updating.\n");
+ info("$pkg: local: $rev, source: $mediarev (reverse, keep)\n");
}
}
}