diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2012-08-02 16:25:47 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2012-08-02 16:25:47 +0000 |
commit | 923ff2870fed5e035d84b53296035b4cb3f136ae (patch) | |
tree | f1c0a207a5cb3321a5b5c5304093c042e1411e05 /bkucommon/src/main/java/at | |
parent | 9de55d2985b475d31256b2252158d050eaeeb61f (diff) | |
download | mocca-923ff2870fed5e035d84b53296035b4cb3f136ae.tar.gz mocca-923ff2870fed5e035d84b53296035b4cb3f136ae.tar.bz2 mocca-923ff2870fed5e035d84b53296035b4cb3f136ae.zip |
Make log output useful
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1130 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'bkucommon/src/main/java/at')
-rw-r--r-- | bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/Signature.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/Signature.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/Signature.java index 4b9b9e1d..e7f04457 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/Signature.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/Signature.java @@ -439,7 +439,7 @@ public class Signature { } int errorCode = ((STALSignatureException) cause).getErrorCode(); SLCommandException commandException = new SLCommandException(errorCode); - log.info("Failed to sign signature.", commandException); + log.info("Failed to sign signature.", e); throw commandException; } else { cause = cause.getCause(); |