aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-11-02 17:16:34 +0000
committerNick Mathewson <nickm@torproject.org>2007-11-02 17:16:34 +0000
commit3a6287615b9daea6e83ac08a424ed778ef6092ad (patch)
tree37093ff3c19bb8f6372eda96dfa56a6ae811a4a1 /src/common/compat.c
parentdfc689bda232de67ff3ed20b145e12e57dd5dd31 (diff)
downloadtor-3a6287615b9daea6e83ac08a424ed778ef6092ad.tar
tor-3a6287615b9daea6e83ac08a424ed778ef6092ad.tar.gz
r16367@catbus: nickm | 2007-11-02 13:13:15 -0400
Space fixes. svn:r12345
Diffstat (limited to 'src/common/compat.c')
-rw-r--r--src/common/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c
index bc99a86d6..e556257a6 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;
}