We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ae04a commit 4138660Copy full SHA for 4138660
KeysInUse/keysinuse.c
@@ -270,7 +270,8 @@ static void keysinuse_init_internal()
270
271
if ((pthreadErr = pthread_atfork(NULL, NULL, keysinuse_atfork_reinit)) != 0)
272
{
273
- keysinuse_log_error("Failed to register child process reinit. Child processes will not log events,SYS_%d", pthreadErr);
+ keysinuse_log_error("Failed to register logging fork handler,SYS_%d", pthreadErr);
274
+ goto cleanup;
275
}
276
277
keysinuse_running = TRUE;
0 commit comments