Lines Matching refs:lsapi_log

295 #define lsapi_log(...)  LSAPI_Log(LSAPI_LOG_TIMESTAMP_FULL|LSAPI_LOG_PID, __VA_ARGS__)  macro
300 lsapi_log("%s, errno: %d (%s)\n", pMessage, err_no, strerror(err_no)); in lsapi_perror()
865 lsapi_log("LSAPI: failed to open secret file: %s!\n", pSecretFile ); in readSecret()
870 lsapi_log("LSAPI: failed to check state of file: %s!\n", pSecretFile ); in readSecret()
884 lsapi_log("LSAPI: file permission check failure: %s\n", pSecretFile ); in readSecret()
890 lsapi_log("LSAPI: failed to read secret from secret file: %s\n", pSecretFile ); in readSecret()
974 lsapi_log("LSAPI: LVE jail(%d) result: %d, error: %s !\n", in lsapi_jailLVE()
1144 lsapi_log("LSAPI: missing SUEXEC_UGID env, use default user!\n" ); in lsapi_changeUGid()
1155 lsapi_log("LSAPI: SUEXEC_AUTH authentication failed, use default user!\n" ); in lsapi_changeUGid()
1241 lsapi_log("Bad request header - ERROR#1\n"); in parseRequest()
1261 lsapi_log("Request header does match total size, total: %d, " in parseRequest()
1272 lsapi_log("Bad request header - ERROR#2\n"); in parseRequest()
1386 lsapi_log("packetLen < 0\n"); in readReq()
1391 lsapi_log("packetLen > %d\n", LSAPI_MAX_HEADER_LEN ); in readReq()
1409 lsapi_log("ParseRequest error\n"); in readReq()
2923 lsapi_log("Child process with pid: %d was killed by signal: " in lsapi_sigchild()
3011 lsapi_log("Possible runaway process, UID: %d, PPID: %d, PID: %d, " in dump_debug_info()
3075 lsapi_log("Force killing runaway process PID: %d" in lsapi_check_child_status()
3081 lsapi_log("Killing runaway process PID: %d with " in lsapi_check_child_status()
3105 lsapi_log("Children tracking is wrong: Cur Children: %d," in lsapi_check_child_status()
3255 lsapi_log("Reached max children process limit: %d, extra: %d," in lsapi_prefork_server_accept()
3528 lsapi_log("Reached max children process limit: %d, extra: %d," in LSAPI_Accept_Before_Fork()