Browse Source

ok, but inaccurate error strings worse

svn:r16938
Roger Dingledine 16 years ago
parent
commit
6a7abbd25d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/or/directory.c

+ 2 - 2
src/or/directory.c

@@ -3083,9 +3083,9 @@ directory_handle_command_post(dir_connection_t *conn, const char *headers,
              "Rejected rend descriptor (length %d) from %s.",
              (int)body_len, conn->_base.address);
       write_http_status_line(conn, 400,
-                             "Invalid v1 service descriptor rejected");
+                             "Invalid v0 service descriptor rejected");
     } else {
-      write_http_status_line(conn, 200, "Service descriptor (v1) stored");
+      write_http_status_line(conn, 200, "Service descriptor (v0) stored");
     }
     goto done;
   }