Skip to content

Commit 9aebb10

Browse files
committed
Update outdated log
1 parent 3a63bf7 commit 9aebb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java_runtime/src/classes/java/io/input_stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ impl InputStream {
2929
}
3030

3131
async fn init(jvm: &Jvm, _: &mut RuntimeContext, this: ClassInstanceRef<Self>) -> Result<()> {
32-
tracing::warn!("stub java.io.InputStream::<init>({:?})", &this);
32+
tracing::debug!("java.io.InputStream::<init>({:?})", &this);
3333

3434
let _: () = jvm.invoke_special(&this, "java/lang/Object", "<init>", "()V", ()).await?;
3535

0 commit comments

Comments
 (0)