Merge branch 'stable-3.0' into stable-3.1

* stable-3.0:
  Improve log if VersionedMetaData fails to update

Change-Id: I35f381433ece9f86843a80e84a25c6702bdc911d
This commit is contained in:
David Pursehouse 2020-01-30 15:08:49 +09:00
commit 3c49ca15fd

View File

@ -436,7 +436,7 @@ public abstract class VersionedMetaData {
private String errorMsg(RefUpdate ru, File location) {
return String.format(
"Cannot update %s in %s : %s (%s)",
"Cannot update %s in %s: %s (%s)",
ru.getName(), location, ru.getResult(), ru.getRefLogMessage());
}