Skip to content

Commit

Permalink
print mnesia directory in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Pikula committed Nov 4, 2014
1 parent fe3fcf0 commit dfacd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rel/files/mongooseim
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ case "$1" in

RES=`$NODETOOL ping`
if [ "$RES" = "pong" ]; then
echo "Error: Node is already running! Stop the node and delete Mnesia database directory."
echo "Error: Node is already running! Stop the node and delete Mnesia database directory ($MNESIA_DIR)."
exit 1
fi

Expand Down

0 comments on commit dfacd68

Please sign in to comment.