diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-04-06 03:44:36 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-04-06 03:44:36 +0000 |
commit | 257d509b91f12dc3f4f380a1238a05264ecb50a8 (patch) | |
tree | f68d88e98498d406442396daf5d2c447fbc9d840 /src/common/log.c | |
parent | 1dca309769f94777d210ba3dddf4ba8781191456 (diff) | |
download | tor-257d509b91f12dc3f4f380a1238a05264ecb50a8.tar.gz tor-257d509b91f12dc3f4f380a1238a05264ecb50a8.zip |
Document stuff, reduce magic numbers, add emacs magic
svn:r1502
Diffstat (limited to 'src/common/log.c')
-rw-r--r-- | src/common/log.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/log.c b/src/common/log.c index 5e52cfff44..73733dccf0 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -170,3 +170,10 @@ int add_file_log(int loglevel, const char *filename) return 0; } +/* + Local Variables: + mode:c + indent-tabs-mode:nil + c-basic-offset:2 + End: +*/ |