diff --git a/vtm/src/org/oscim/layers/tile/JobQueue.java b/vtm/src/org/oscim/layers/tile/JobQueue.java index e8c3c64a..5d52bbfc 100644 --- a/vtm/src/org/oscim/layers/tile/JobQueue.java +++ b/vtm/src/org/oscim/layers/tile/JobQueue.java @@ -56,7 +56,7 @@ public class JobQueue { if (t.state(LOADING | CANCEL)) { t.setState(NONE); } else { - log.error("Wrong tile in queue {} {}", t, t.state()); + log.debug("Wrong tile in queue {} {}", t, t.state()); } tiles[i] = null; }