diff options
| -rw-r--r-- | src/rabbit_boot.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_boot.erl b/src/rabbit_boot.erl index 489410fa58..8561e7a5a2 100644 --- a/src/rabbit_boot.erl +++ b/src/rabbit_boot.erl @@ -214,7 +214,7 @@ reload_all(Modules) -> [begin case code:soft_purge(Mod) of true -> load_mod(Mod); - false -> io:format("unable to purge ~p~n", [Mod]) + false -> ok end end || Mod <- Modules]. |
