|
@@ -1196,7 +1196,7 @@ directory_handle_command_post(connection_t *conn, char *headers,
|
|
|
log_fn(LOG_NOTICE,"Rejected descriptor published by %s.", origin);
|
|
|
break;
|
|
|
case 0:
|
|
|
- write_http_status_line(conn, 200, msg?msg:"Server okay, but not accepted.");
|
|
|
+ write_http_status_line(conn, 200, msg?msg:"Server descriptor okay, but not accepted.");
|
|
|
break;
|
|
|
case 1:
|
|
|
dirserv_get_directory(&cp, 0); /* rebuild and write to disk */
|