Skip to content

Commit 0b3070b

Browse files
ozgentimopollmeier
authored andcommitted
Add: Add log message when gvmd is ready to accept GMP connections
1 parent 9880d74 commit 0b3070b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gvmd.c

+1
Original file line numberDiff line numberDiff line change
@@ -1419,6 +1419,7 @@ serve_and_schedule ()
14191419
exit (EXIT_FAILURE);
14201420
}
14211421
sigmask_normal = &sigmask_current;
1422+
g_info ("gvmd is ready to accept GMP connections");
14221423
while (1)
14231424
{
14241425
int ret, nfds;

0 commit comments

Comments
 (0)