Revision 1640
tmp/org.txm.rcp/src/main/java/org/txm/rcp/ApplicationWorkbenchAdvisor.java (revision 1640) | ||
---|---|---|
385 | 385 |
|
386 | 386 |
try { |
387 | 387 |
URL url = new URL("http://textometrie.ens-lyon.fr/dist/index.html"); //$NON-NLS-1$ |
388 |
Log.fine(TXMCoreMessages.bind("Testing if update site is available: {0}.", url));
|
|
388 |
Log.fine(TXMCoreMessages.bind("Testing if update site is available: {0}...", url)); //$NON-NLS-1$
|
|
389 | 389 |
url.openStream().read(); |
390 | 390 |
} catch(Exception e){ |
391 |
Log.warning(TXMCoreMessages.bind("TXM cannot fetch updates ({0}).", e)); |
|
391 |
Log.warning(TXMCoreMessages.bind("TXM can not fetch updates ({0}).", e));
|
|
392 | 392 |
doUpdate = false; |
393 | 393 |
return; |
394 | 394 |
} |
Also available in: Unified diff