remove getstate exception trace

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@376 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
jehan 2009-03-28 09:42:14 +00:00
parent c6fe394edc
commit ed2635f610

View file

@ -452,7 +452,7 @@ public static int getState() {
isReady();
return P2pProxylauncherConstants.P2PPROXY_CONNECTED;
} catch (P2pProxyException e) {
if (mLog != null) mLog.error("cannot get state",e);
//if (mLog != null) mLog.info("cannot get state",e);
return P2pProxylauncherConstants.P2PPROXY_NOT_CONNECTED;
}
}