Lines Matching refs:lsapi_log
296 #define lsapi_log(...) LSAPI_Log(LSAPI_LOG_TIMESTAMP_FULL|LSAPI_LOG_PID, __VA_ARGS__) macro
301 lsapi_log("%s, errno: %d (%s)\n", pMessage, err_no, strerror(err_no)); in lsapi_perror()
866 lsapi_log("LSAPI: failed to open secret file: %s!\n", pSecretFile ); in readSecret()
871 lsapi_log("LSAPI: failed to check state of file: %s!\n", pSecretFile ); in readSecret()
885 lsapi_log("LSAPI: file permission check failure: %s\n", pSecretFile ); in readSecret()
891 lsapi_log("LSAPI: failed to read secret from secret file: %s\n", pSecretFile ); in readSecret()
975 lsapi_log("LSAPI: LVE jail(%d) result: %d, error: %s !\n", in lsapi_jailLVE()
1145 lsapi_log("LSAPI: missing SUEXEC_UGID env, use default user!\n" ); in lsapi_changeUGid()
1156 lsapi_log("LSAPI: SUEXEC_AUTH authentication failed, use default user!\n" ); in lsapi_changeUGid()
1242 lsapi_log("Bad request header - ERROR#1\n"); in parseRequest()
1262 lsapi_log("Request header does match total size, total: %d, " in parseRequest()
1273 lsapi_log("Bad request header - ERROR#2\n"); in parseRequest()
1387 lsapi_log("packetLen < 0\n"); in readReq()
1392 lsapi_log("packetLen > %d\n", LSAPI_MAX_HEADER_LEN ); in readReq()
1410 lsapi_log("ParseRequest error\n"); in readReq()
2924 lsapi_log("Child process with pid: %d was killed by signal: " in lsapi_sigchild()
3012 lsapi_log("Possible runaway process, UID: %d, PPID: %d, PID: %d, " in dump_debug_info()
3076 lsapi_log("Force killing runaway process PID: %d" in lsapi_check_child_status()
3082 lsapi_log("Killing runaway process PID: %d with " in lsapi_check_child_status()
3106 lsapi_log("Children tracking is wrong: Cur Children: %d," in lsapi_check_child_status()
3256 lsapi_log("Reached max children process limit: %d, extra: %d," in lsapi_prefork_server_accept()
3529 lsapi_log("Reached max children process limit: %d, extra: %d," in LSAPI_Accept_Before_Fork()