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:
commit
3c49ca15fd
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user