Lines Matching refs:error
288 char *error = apr_psprintf(pool, "Error linking file %s to %s (%pm)\n",
290 fputs(error, stderr);
305 char *error = apr_psprintf(pool, "post_rotate: apr_procattr_create failed " \
307 fputs(error, stderr);
316 char *error = apr_psprintf(pool, "post_rotate: could not set up process " \
319 fputs(error, stderr);
338 char *error = apr_psprintf(pool, "Could not spawn post-rotate process " \
340 fputs(error, stderr);
345 /* After a error, truncate the current file and write out an error
357 fprintf(stderr, "Error writing error (%s) to the file %s\n",
449 char *error = apr_psprintf(newlog.pool,
452 fputs(error, stderr);
477 char *error = apr_psprintf(newlog.pool, "%pm", &rv);
484 fprintf(stderr, "Could not open log file '%s' (%s)\n", newlog.name, error);
488 /* Try to keep this error message constant length
491 "Resetting log file due to error opening "
493 status->nMessCount, error);
632 usage(argv[0], NULL /* specific error message already issued */ );
752 char *error;
760 error = apr_psprintf(pool, "Error %d writing to log file at offset %"
764 truncate_and_write_error(&status, error);