Skip to content

Commit 9f64da9

Browse files
committed
Change log level
1 parent 9aebb10 commit 9f64da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ impl RandomAccessFile {
206206
}
207207

208208
async fn close(_jvm: &Jvm, _: &mut RuntimeContext, this: ClassInstanceRef<Self>) -> Result<()> {
209-
tracing::warn!("stub java.io.RandomAccessFile::close({:?})", &this);
209+
tracing::debug!("java.io.RandomAccessFile::close({:?})", &this);
210210

211211
Ok(())
212212
}

0 commit comments

Comments
 (0)