summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/unix/errorcodes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/unix/errorcodes.c b/misc/unix/errorcodes.c
index a45d43f52..f106cde28 100644
--- a/misc/unix/errorcodes.c
+++ b/misc/unix/errorcodes.c
@@ -139,6 +139,8 @@ static char *apr_error_string(apr_status_t statcode)
return "The given lock was busy.";
case APR_EPROC_UNKNOWN:
return "The process is not recognized.";
+ case APR_EALREADY:
+ return "Operation already in progress";
case APR_EGENERAL:
return "Internal error (specific information not available)";