summaryrefslogtreecommitdiff
path: root/src/anytun.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2010-01-13 01:39:43 +0000
committerChristian Pointner <equinox@anytun.org>2010-01-13 01:39:43 +0000
commite28a27a8fd0d70d2aec48597991aa26003be1118 (patch)
treee6ae46558f78e0a36ee1b98459cef2f2f1387b58 /src/anytun.cpp
parentdisables unsupported socket option on windows (diff)
single thread per socket
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 0268ff1..85c85bf 100644
--- a/src/anytun.cpp
+++ b/src/anytun.cpp
@@ -272,7 +272,7 @@ void receiver(TunDevice* dev, PacketSource* src)
// check whether auth tag is ok or not
if(!a->checkTag(conn.kd_, encrypted_packet)) {
- cLog.msg(Log::PRIO_NOTICE) << "wrong Authentication Tag!" << std::endl;
+ cLog.msg(Log::PRIO_NOTICE) << "wrong Authentication Tag!";
continue;
}