* src/ejabberd_ctl.erl: Bugfix

SVN Revision: 300
This commit is contained in:
Alexey Shchepin 2005-03-30 21:44:59 +00:00
parent 5ba047fa38
commit 6d74a69de5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-03-31 Alexey Shchepin <alexey@sevcom.net>
* src/ejabberd_ctl.erl: Bugfix
2005-03-17 Alexey Shchepin <alexey@sevcom.net>
* src/mod_muc/mod_muc_room.erl: Bugfix

View File

@ -147,7 +147,7 @@ process(Node, ["load", Path]) ->
process(Node, ["restore", Path]) ->
case rpc:call(Node,
mnesia, restore, [Path, [{default_op, keep_tables}]]) of
{atomic, ok} ->
{atomic, _} ->
?STATUS_SUCCESS;
{error, Reason} ->
io:format("Can't restore backup from ~p on node ~p: ~p~n",