cleanup
This commit is contained in:
parent
8a0fc420d9
commit
0cf62d04a9
@ -171,9 +171,8 @@ static int usv_state = -1;
|
|||||||
|
|
||||||
static void check_state(int old_state, int new_state)
|
static void check_state(int old_state, int new_state)
|
||||||
{
|
{
|
||||||
log_print(LOG_INFO, "usv state changed: %s(%d) => %s(%d)",
|
log_print(LOG_INFO, "usv state changed: %s => %s", state2str(old_state), state2str(new_state));
|
||||||
state2str(old_state), old_state,
|
/* TODO: send email */
|
||||||
state2str(new_state), new_state);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int unix_read_cb(int fd, void *privdata)
|
static int unix_read_cb(int fd, void *privdata)
|
||||||
|
Loading…
Reference in New Issue
Block a user