3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

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

View File

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