Commit 5069f66a by sikang

bug fix

parent 671fff7d
......@@ -86,7 +86,7 @@ public abstract class HttpObserver<T> implements Observer<T> {
}
} catch (Exception e) {
onError(Error.APP_ERROR, "Error: " + msg);
onError(Error.APP_ERROR, "Error: " + e.getMessage());
}
if (disposable != null)
disposable.dispose();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment