From fed4a68434600b9b9d5ea4ae4a183e59f1b7cf17 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 20 Feb 2009 19:38:39 +0000 Subject: added file logging target --- src/anytun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/anytun.cpp') 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 -- cgit v1.2.3