diff options
author | Shawn Pearce <spearce@spearce.org> | 2015-05-06 15:47:34 -0700 |
---|---|---|
committer | Shawn Pearce <spearce@spearce.org> | 2015-05-06 15:47:34 -0700 |
commit | ae592cc65576d1acac2bb6a8ed12c9160b403f0a (patch) | |
tree | ad9319cca5f35efc6b7e18982a3db8df1c7d9f25 /org.eclipse.jgit.http.server/resources | |
parent | 72857c52ece8aa4c1dc8f7145c1b0fdbfc82a297 (diff) | |
download | jgit-ae592cc65576d1acac2bb6a8ed12c9160b403f0a.tar.gz jgit-ae592cc65576d1acac2bb6a8ed12c9160b403f0a.zip |
Add repository name to failures in HTTP server log
If UploadPack or ReceivePack has an exception record an identifier
associated with the repository as part of the log message. This can
help the HTTP admin track down the offending repository and take
action to repair the root cause.
Change-Id: I58f22b33cdb40994f044a26fba9fe965b45be51d
Diffstat (limited to 'org.eclipse.jgit.http.server/resources')
-rw-r--r-- | org.eclipse.jgit.http.server/resources/org/eclipse/jgit/http/server/HttpServerText.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.http.server/resources/org/eclipse/jgit/http/server/HttpServerText.properties b/org.eclipse.jgit.http.server/resources/org/eclipse/jgit/http/server/HttpServerText.properties index dbc5bf7b8f..83c39277c1 100644 --- a/org.eclipse.jgit.http.server/resources/org/eclipse/jgit/http/server/HttpServerText.properties +++ b/org.eclipse.jgit.http.server/resources/org/eclipse/jgit/http/server/HttpServerText.properties @@ -11,8 +11,8 @@ encodingNotSupportedByThisLibrary={0} "{1}": not supported by this library. expectedRepositoryAttribute=Expected Repository attribute filterMustNotBeNull=filter must not be null internalServerError=Internal server error -internalErrorDuringReceivePack=Internal error during receive-pack -internalErrorDuringUploadPack=Internal error during upload-pack +internalErrorDuringReceivePack=Internal error during receive-pack to {0} +internalErrorDuringUploadPack=Internal error during upload-pack from {0} internalServerErrorRequestAttributeWasAlreadySet=Internal server error, request attribute {0} was already set when {1} was invoked. invalidBoolean=Invalid boolean {0} = {1} invalidIndex=Invalid index: {0} |