Searched defs:install_log (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/tests/
H A Dtest_network.c30 static void install_log(const char *format, ...) { function
64 net_options.log = install_log;
92 net_options.log = install_log;
/forgerock/web-agents-v4/source/
H A Dadmin.c142 static void install_log(const char *format, ...) { function
177 install_log("installation aborted");
355 install_log("removing obsolete property %s", *p);
395 uid, gid, install_log) != 0) {
396 install_log("failed to create agent instance configuration directories");
401 install_log("agent instance configuration directories created");
425 install_log("log_path, audit_log_path or conf_file_path is NULL");
431 install_log("updating %s with %s", AM_INSTALL_OPENAMURL, openam_url);
434 install_log("failed to update %s, %s", AM_INSTALL_OPENAMURL, am_strerror(rv));
438 install_log("parsin
[all...]

Completed in 29 milliseconds