Skip to content

Commit

Permalink
Modified verbosity for loaded message
Browse files Browse the repository at this point in the history
This indicates nothing particuarly exciting and when loading the models
library brings in a lot of noise to the output.
  • Loading branch information
thk123 committed Sep 7, 2017
1 parent f6d94cf commit 359a3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java_bytecode/java_class_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ void java_class_loadert::read_jar_file(
// does it end on .class?
if(has_suffix(file_name, ".class"))
{
status() << "read class file " << file_name << " from " << file << eom;
debug() << "read class file " << file_name << " from " << file << eom;
irep_idt class_name=file_to_class_name(file_name);

// record
Expand Down

0 comments on commit 359a3e3

Please sign in to comment.