Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-dev committed Aug 30, 2012
1 parent 8358cd1 commit 1950a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heartbeat/redis
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,12 @@ remove_pid() {
}

mark_slave() {
ocf_log info "Mark $OCS_RESOURCE_INSTANCE to be a slave";
ocf_log info "Mark $OCF_RESOURCE_INSTANCE to be a slave";
touch $OCF_RESKEY_tmp/$OCF_RESOURCE_INSTANCE.slave
}

unmark_slave() {
ocf_log info "Mark $OCS_RESOURCE_INSTANCE to be a master";
ocf_log info "Mark $OCF_RESOURCE_INSTANCE to be a master";
rm -f $OCF_RESKEY_tmp/$OCF_RESOURCE_INSTANCE.slave
}

Expand Down

0 comments on commit 1950a8f

Please sign in to comment.