Skip to content

Commit 359a3e3

Browse files
author
thk123
committed
Modified verbosity for loaded message
This indicates nothing particuarly exciting and when loading the models library brings in a lot of noise to the output.
1 parent f6d94cf commit 359a3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java_bytecode/java_class_loader.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ void java_class_loadert::read_jar_file(
207207
// does it end on .class?
208208
if(has_suffix(file_name, ".class"))
209209
{
210-
status() << "read class file " << file_name << " from " << file << eom;
210+
debug() << "read class file " << file_name << " from " << file << eom;
211211
irep_idt class_name=file_to_class_name(file_name);
212212

213213
// record

0 commit comments

Comments
 (0)