Merge branch 'master' of belledonne-communications.com:linphone-private

This commit is contained in:
Simon Morlat 2010-05-06 11:39:21 +02:00
commit 80895be0f2

View file

@ -34,7 +34,7 @@ public class LinphoneCoreException extends Exception {
}
public LinphoneCoreException(String detailMessage,Throwable e) {
super(detailMessage);
super(detailMessage + "caused by ["+e.getClass().getName()+" "+ e.getMessage()+"]");
mE = e;
}