This commit is contained in:
Olaf Rempel 2009-03-15 14:43:15 +01:00
parent 8a0fc420d9
commit 0cf62d04a9
1 changed files with 2 additions and 3 deletions

View File

@ -171,9 +171,8 @@ static int usv_state = -1;
static void check_state(int old_state, int new_state)
{
log_print(LOG_INFO, "usv state changed: %s(%d) => %s(%d)",
state2str(old_state), old_state,
state2str(new_state), new_state);
log_print(LOG_INFO, "usv state changed: %s => %s", state2str(old_state), state2str(new_state));
/* TODO: send email */
}
static int unix_read_cb(int fd, void *privdata)