opends/src/ads/org/opends/admin/ads/ADSContextException.java
@@ -151,7 +151,7 @@ { if (toString == null) { toString = "ADSContextException: error type"+error+"."; toString = "ADSContextException: error type "+error+"."; if (getCause() != null) { toString += " Root cause: "+getCause().toString();