summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tlpkg/bin/place2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/place b/Master/tlpkg/bin/place
index 88f138d72d2..28e8575ca17 100755
--- a/Master/tlpkg/bin/place
+++ b/Master/tlpkg/bin/place
@@ -102,7 +102,7 @@ print "\n\f ";
if (!defined($tlpold)) {
print "place: $package not present in $M/$InfraLocation/$DatabaseName\n\n";
} else {
- print "new vs. present $package\n";
+ print "new vs. present $package (present is indented)\n";
my @oldfiles;
push @oldfiles, $tlpold->all_files;
`rm -f $TMP/tlplace.old`;