diff options
author | Roger Dingledine <arma@torproject.org> | 2004-02-28 07:01:22 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-02-28 07:01:22 +0000 |
commit | dd632e697e6e7e96f755fab1a618e71fef169cdc (patch) | |
tree | 79b8f0d3823667921bf1ff064597d2632528e1ae /src/or/config.c | |
parent | a24b6e6d4fd9d65e9f0eef45f46720cd5007e175 (diff) | |
download | tor-dd632e697e6e7e96f755fab1a618e71fef169cdc.tar.gz tor-dd632e697e6e7e96f755fab1a618e71fef169cdc.zip |
clean up some log messages and severities
still plenty more left to clean
svn:r1158
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/config.c b/src/or/config.c index 0b75f74404..f540b1e55e 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -441,6 +441,7 @@ int getconfig(int argc, char **argv, or_options_t *options) { if(!cf) { if(using_default_torrc == 1) { log(LOG_WARN, "Configuration file '%s' not found. Using defaults.",fname); + /* XXX change this WARN to INFO once we start using this feature */ if(config_assign_default(options) < 0) return -1; } else { |