Skip to content

Commit

Permalink
Changed a level of the log to tell that the expiration date of the ti…
Browse files Browse the repository at this point in the history
…cket expired.
  • Loading branch information
yuusuke committed Mar 19, 2013
1 parent 5ca725b commit 67e1208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/paxos_lease.c
Expand Up @@ -153,7 +153,8 @@ static void lease_expires(unsigned long data)
pl_handle_t plh = (pl_handle_t)pl;
struct paxos_lease_result plr;

log_debug("lease expires ...");
log_info("lease expires ... owner [%d] ticket [%s]",
pl->owner, pl->name);
pl->owner = -1;
strcpy(plr.name, pl->name);
plr.owner = -1;
Expand Down

0 comments on commit 67e1208

Please sign in to comment.