We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a63bf7 commit 9aebb10Copy full SHA for 9aebb10
java_runtime/src/classes/java/io/input_stream.rs
@@ -29,7 +29,7 @@ impl InputStream {
29
}
30
31
async fn init(jvm: &Jvm, _: &mut RuntimeContext, this: ClassInstanceRef<Self>) -> Result<()> {
32
- tracing::warn!("stub java.io.InputStream::<init>({:?})", &this);
+ tracing::debug!("java.io.InputStream::<init>({:?})", &this);
33
34
let _: () = jvm.invoke_special(&this, "java/lang/Object", "<init>", "()V", ()).await?;
35
0 commit comments