Skip to content

Commit e9dbac4

Browse files
committed
Exception is simply info, not an error
1 parent 4d15ec9 commit e9dbac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidAsync/src/com/koushikdutta/async/AsyncServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ public void run() {
598598
runLoop(this, selector, queue);
599599
}
600600
catch (AsyncSelectorException e) {
601-
Log.e(LOGTAG, "Selector exception", e);
601+
Log.i(LOGTAG, "Selector closed", e);
602602
try {
603603
// StreamUtility.closeQuiety is throwing ArrayStoreException?
604604
selector.getSelector().close();

0 commit comments

Comments
 (0)