summaryrefslogtreecommitdiff
path: root/recv.cpp
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-03-15 16:37:05 +0100
committerJochen Dolze <vdr@dolze.de>2010-03-15 16:37:05 +0100
commitb962f42b4e19855ae6a39b305e132d041a76154c (patch)
treee849b633c3555a4bff9467d18886bb75f3a73e81 /recv.cpp
parent2c66a529034cc7cae325455e6a62ecdc1ccccfac (diff)
downloadvdr-plugin-markad-b962f42b4e19855ae6a39b305e132d041a76154c.tar.gz
vdr-plugin-markad-b962f42b4e19855ae6a39b305e132d041a76154c.tar.bz2
cleanup, fixed compiler warning (thanks to TomG)
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());
}
}