gwt: print error message only
This commit is contained in:
parent
5b58898975
commit
83dbce18fe
@ -53,8 +53,9 @@ public class UrlTileDataSource implements ITileDataSource {
|
||||
mSink = sink;
|
||||
try {
|
||||
mConn.sendRequest(tile, this);
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
} catch (Exception e) {
|
||||
///e.printStackTrace();
|
||||
log.error("{} {}", mTile, e.getMessage());
|
||||
sink.completed(FAILED);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user