Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
70bf86782b
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ public class MapTileDownloader {
|
|||
timeForErrorCounter = System.currentTimeMillis();
|
||||
request.setError(true);
|
||||
log.error("UnknownHostException, cannot download tile " + request.url + " " + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$
|
||||
} catch (IOException e) {
|
||||
} catch (Exception e) {
|
||||
currentErrors++;
|
||||
timeForErrorCounter = System.currentTimeMillis();
|
||||
request.setError(true);
|
||||
|
|
Loading…
Reference in a new issue