client: Use proper output func

This commit is contained in:
Tim Kourt 2019-04-05 10:46:58 -07:00 committed by Denis Kenzior
parent 3d0f1dae12
commit 6e8ad37ff3
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ static void signal_handler(uint32_t signo, void *user_data)
switch (signo) { switch (signo) {
case SIGINT: case SIGINT:
case SIGTERM: case SIGTERM:
l_info("Terminate"); display("Terminate\n");
l_main_quit(); l_main_quit();
break; break;
} }