summaryrefslogtreecommitdiff
path: root/recv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'recv.cpp')
-rw-r--r--recv.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/recv.cpp b/recv.cpp
index e6e1efe..4dbbbd0 100644
--- a/recv.cpp
+++ b/recv.cpp
@@ -3,7 +3,6 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id$
*/
#include "recv.h"
@@ -346,8 +345,8 @@ void cMarkAdReceiver::Action()
}
if (t.Elapsed()>100)
{
- isyslog("markad [%i]: 100ms exceeded -> %Lims",
- recvnumber,t.Elapsed());
+ isyslog("markad [%i]: 100ms exceeded -> %llums",
+ recvnumber,(unsigned long long) t.Elapsed());
}
}