summaryrefslogtreecommitdiff
path: root/src/or/rendcommon.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-10-24 19:39:45 +0000
committerNick Mathewson <nickm@torproject.org>2005-10-24 19:39:45 +0000
commitf9b0be526e2d08a93728ae92b450e92a09aadf82 (patch)
tree8fa99a4ba1b4ca2790f761337e8b50b04696ad94 /src/or/rendcommon.c
parentfa338d85db52e665012ffe40aba676ccb220b016 (diff)
downloadtor-f9b0be526e2d08a93728ae92b450e92a09aadf82.tar.gz
tor-f9b0be526e2d08a93728ae92b450e92a09aadf82.zip
Use LD_BUG as appropriate; convert rend* and router* to new logging interface; use new circ_log_path interface
svn:r5302
Diffstat (limited to 'src/or/rendcommon.c')
-rw-r--r--src/or/rendcommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c
index 403921be52..3703e5c975 100644
--- a/src/or/rendcommon.c
+++ b/src/or/rendcommon.c
@@ -366,7 +366,7 @@ rend_cache_store(const char *desc, size_t desc_len)
return -1;
}
if (rend_get_service_id(parsed->pk, query)<0) {
- warn(LD_GENERAL,"Couldn't compute service ID.");
+ warn(LD_BUG,"Couldn't compute service ID.");
rend_service_descriptor_free(parsed);
return -1;
}