summaryrefslogtreecommitdiff
path: root/src/or/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2003-06-21 19:03:22 +0000
committerNick Mathewson <nickm@torproject.org>2003-06-21 19:03:22 +0000
commitefbcd71b9ba03c7f931b2c66a3e1b91c5f6d3eeb (patch)
tree825ddc8643dd1fabf34cb390b2d49ef7ca07aa88 /src/or/test.c
parent49f082fcee43d23a3f25b92d1c3f1ce4c235cd21 (diff)
downloadtor-efbcd71b9ba03c7f931b2c66a3e1b91c5f6d3eeb.tar.gz
tor-efbcd71b9ba03c7f931b2c66a3e1b91c5f6d3eeb.zip
Remove false warnings from printf checks
svn:r340
Diffstat (limited to 'src/or/test.c')
-rw-r--r--src/or/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c
index e956961127..ab403fc1c9 100644
--- a/src/or/test.c
+++ b/src/or/test.c
@@ -594,7 +594,7 @@ main(int c, char**v){
if(getconfig(c,v,&options))
exit(1);
#endif
- log(LOG_ERR,NULL); /* make logging quieter */
+ log_set_severity(LOG_ERR); /* make logging quieter */
crypto_seed_rng();