Skip to content

Commit

Permalink
Merge pull request #175 from Wodann/misc/log
Browse files Browse the repository at this point in the history
misc(runtime): log upon assembly reload
  • Loading branch information
Wodann authored May 13, 2020
2 parents 513194b + 3680ebd commit e2de86c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/mun_runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ impl Runtime {
e
);
} else {
println!(
"Succesfully reloaded assembly: '{}'",
path.to_string_lossy()
);
return true;
}
}
Expand Down

0 comments on commit e2de86c

Please sign in to comment.