server: quiet unnecessary warning

This commit is contained in:
Thomas Schoebel-Theuer 2012-11-19 10:57:51 +01:00 committed by Thomas Schoebel-Theuer
parent 8490dcc7bc
commit af5b3100fb
1 changed files with 0 additions and 2 deletions

View File

@ -524,8 +524,6 @@ static int server_switch(struct server_brick *brick)
brick_thread_stop(thread);
if (sock->s_socket)
mars_put_socket(sock);
} else {
MARS_WRN("handler thread does not exist\n");
}
mars_power_led_off((void*)brick, true);
}