Changeset 373:351b2daa7f95 in mediastreamer2
Legend:
- Unmodified
- Added
- Removed
-
p2pproxy/src/org/linphone/p2pproxy/core/P2pProxyMain.java
r369 r373 453 453 return P2pProxylauncherConstants.P2PPROXY_CONNECTED; 454 454 } catch (P2pProxyException e) { 455 if (mLog != null) mLog.error("cannot get state",e);455 //if (mLog != null) mLog.info("cannot get state",e); 456 456 return P2pProxylauncherConstants.P2PPROXY_NOT_CONNECTED; 457 457 }
Note: See TracChangeset
for help on using the changeset viewer.
