summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2012-08-02 16:25:47 +0000
committertkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2012-08-02 16:25:47 +0000
commit923ff2870fed5e035d84b53296035b4cb3f136ae (patch)
treef1c0a207a5cb3321a5b5c5304093c042e1411e05
parent9de55d2985b475d31256b2252158d050eaeeb61f (diff)
downloadmocca-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
-rw-r--r--bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/Signature.java2
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();