diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-11-02 17:16:34 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-11-02 17:16:34 +0000 |
commit | 3a6287615b9daea6e83ac08a424ed778ef6092ad (patch) | |
tree | 37093ff3c19bb8f6372eda96dfa56a6ae811a4a1 /src/common | |
parent | dfc689bda232de67ff3ed20b145e12e57dd5dd31 (diff) | |
download | tor-3a6287615b9daea6e83ac08a424ed778ef6092ad.tar.gz tor-3a6287615b9daea6e83ac08a424ed778ef6092ad.zip |
r16367@catbus: nickm | 2007-11-02 13:13:15 -0400
Space fixes.
svn:r12345
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index bc99a86d6e..e556257a64 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -737,7 +737,7 @@ set_max_file_descriptors(unsigned long limit, unsigned long cap) } #endif if (bad) { - log_warn(LD_CONFIG, "Couldn't set maximum number of file descriptors: %s", + log_warn(LD_CONFIG,"Couldn't set maximum number of file descriptors: %s", strerror(errno)); return -1; } |