mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
* src/ejabberd_ctl.erl: Bugfix
SVN Revision: 300
This commit is contained in:
parent
5ba047fa38
commit
6d74a69de5
@ -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>
|
2005-03-17 Alexey Shchepin <alexey@sevcom.net>
|
||||||
|
|
||||||
* src/mod_muc/mod_muc_room.erl: Bugfix
|
* src/mod_muc/mod_muc_room.erl: Bugfix
|
||||||
|
@ -147,7 +147,7 @@ process(Node, ["load", Path]) ->
|
|||||||
process(Node, ["restore", Path]) ->
|
process(Node, ["restore", Path]) ->
|
||||||
case rpc:call(Node,
|
case rpc:call(Node,
|
||||||
mnesia, restore, [Path, [{default_op, keep_tables}]]) of
|
mnesia, restore, [Path, [{default_op, keep_tables}]]) of
|
||||||
{atomic, ok} ->
|
{atomic, _} ->
|
||||||
?STATUS_SUCCESS;
|
?STATUS_SUCCESS;
|
||||||
{error, Reason} ->
|
{error, Reason} ->
|
||||||
io:format("Can't restore backup from ~p on node ~p: ~p~n",
|
io:format("Can't restore backup from ~p on node ~p: ~p~n",
|
||||||
|
Loading…
Reference in New Issue
Block a user