summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-08-11 13:56:40 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-08-11 13:56:40 +0100
commitf272143a249b2128e6f2ae2a86f3a279869dc9bc (patch)
tree9059711b5f1f5ca2dc3bd0d9b7dd696a2eb3d4d3 /src
parentc2ff58c43e96f0a077804e73d11d027b625798af (diff)
downloadrabbitmq-server-git-f272143a249b2128e6f2ae2a86f3a279869dc9bc.tar.gz
idiot
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_mnesia.erl4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/rabbit_mnesia.erl b/src/rabbit_mnesia.erl
index 47abc2c799..278d4c86bb 100644
--- a/src/rabbit_mnesia.erl
+++ b/src/rabbit_mnesia.erl
@@ -281,9 +281,7 @@ check_schema_integrity() ->
Attrs /= ExpAttrs
end] of
[] -> ok;
- Errors -> io:format("~p~n", [Errors]),
- rabbit_log:info("~p~n",Errors),
- {error, Errors}
+ Errors -> {error, Errors}
end.
check_table_content() ->