diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-07-07 16:57:49 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-07-12 11:32:50 +0200 |
commit | ceaadf8f9835e01ca8b361885ea357d7b00536b6 (patch) | |
tree | e9c13875315e95ffaead93e9bb41956e6c6770b4 /org.eclipse.jgit/resources/org | |
parent | 7ffe547da79bf26301c5e5a0665d19a233b44818 (diff) | |
download | jgit-ceaadf8f9835e01ca8b361885ea357d7b00536b6.tar.gz jgit-ceaadf8f9835e01ca8b361885ea357d7b00536b6.zip |
Log if Repository.useCnt becomes negative
We observe in Gerrit 2.12 that useCnt can become negative in rare cases.
Log this to help finding the bug.
Change-Id: Ie91c7f9d190a5d7cf4733d4bf84124d119ca20f7
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/resources/org')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties index 83a72f0d5b..21fbaa4918 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -185,6 +185,7 @@ corruptObjectTruncatedInMode=truncated in mode corruptObjectTruncatedInName=truncated in name corruptObjectTruncatedInObjectId=truncated in object id corruptObjectZeroId=entry points to null SHA-1 +corruptUseCnt=close() called when useCnt is already zero couldNotCheckOutBecauseOfConflicts=Could not check out because of conflicts couldNotDeleteLockFileShouldNotHappen=Could not delete lock file. Should not happen couldNotDeleteTemporaryIndexFileShouldNotHappen=Could not delete temporary index file. Should not happen |