[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Remove accidentally added printf
Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv18782/src/or
Modified Files:
test.c
Log Message:
Remove accidentally added printf
Index: test.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/test.c,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -d -r1.193 -r1.194
--- test.c 26 Aug 2005 15:34:53 -0000 1.193
+++ test.c 26 Aug 2005 15:35:43 -0000 1.194
@@ -1529,7 +1529,6 @@
options_init(options);
options->DataDirectory = tor_strdup(temp_dir);
set_options(options);
- printf("a\n");
crypto_seed_rng();