]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
better warn message for failed hidserv desc fetch
authorRoger Dingledine <arma@torproject.org>
Sun, 3 Oct 2004 00:06:47 +0000 (00:06 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 3 Oct 2004 00:06:47 +0000 (00:06 +0000)
svn:r2412

src/or/rendclient.c

index aaaf865037b305b4d4da657f849f77848502064b..a0acf6b8820ab3f7f01bf651abb4f6a88e415f75 100644 (file)
@@ -385,7 +385,7 @@ void rend_client_desc_fetched(char *query, int success) {
         connection_mark_for_close(conn);
       }
     } else { /* 404, or fetch didn't get that far */
-      log_fn(LOG_WARN,"service id '%s' fetched failed, and not in cache. Closing conn.", query);
+      log_fn(LOG_WARN,"Failed to fetch service id '%s', and not in cache. Closing conn.", query);
       conn->has_sent_end = 1;
       connection_mark_for_close(conn);
     }