summaryrefslogtreecommitdiff
path: root/src/anytun.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-20 19:38:39 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-20 19:38:39 +0000
commitfed4a68434600b9b9d5ea4ae4a183e59f1b7cf17 (patch)
tree295ab83f30fe9e4fe51e6771a5df212e379530cc /src/anytun.cpp
parentfixed sync error (diff)
added file logging target
Diffstat (limited to 'src/anytun.cpp')
-rw-r--r--src/anytun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/anytun.cpp b/src/anytun.cpp
index 59aeb32..292d924 100644
--- a/src/anytun.cpp
+++ b/src/anytun.cpp
@@ -444,7 +444,7 @@ int main(int argc, char* argv[])
}
if (connect_to.begin() == connect_to.end() || gOpt.getDevType()!="tun")
{
- cLog.msg(Log::PRIO_NOTICE) << "No sync/controll host defined or not a tun device. Disabling multi connection support (routing)";
+ cLog.msg(Log::PRIO_NOTICE) << "No sync/control host defined or not a tun device. Disabling multi connection support (routing)";
disableRouting=true;
}
#endif