summaryrefslogtreecommitdiff
path: root/responsefile.c
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2014-01-03 11:17:24 +0100
committerthlo <smarttv640@gmail.com>2014-01-03 11:17:24 +0100
commit6628d878c4e9e12f2fb6d8ea4d21a51a495696c5 (patch)
tree9b1e7d903d262ddd18a8f96ec89a5369d8c50376 /responsefile.c
parent397f7c0d3e03178fd71d5c9546a9560eece426a6 (diff)
downloadvdr-plugin-smarttvweb-6628d878c4e9e12f2fb6d8ea4d21a51a495696c5.tar.gz
vdr-plugin-smarttvweb-6628d878c4e9e12f2fb6d8ea4d21a51a495696c5.tar.bz2
Improved Logging (with timestamp).
Diffstat (limited to 'responsefile.c')
-rwxr-xr-x[-rw-r--r--]responsefile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/responsefile.c b/responsefile.c
index 90fa97b..d505e4c 100644..100755
--- a/responsefile.c
+++ b/responsefile.c
@@ -28,7 +28,7 @@
#include <sys/stat.h>
//#define MAXLEN 4096
-#define DEBUGPREFIX "mReqId= " << mRequest->mReqId << " fd= " << mRequest->mFd
+#define DEBUGPREFIX mLog->getTimeString() << ": mReqId= " << mRequest->mReqId << " fd= " << mRequest->mFd
#define OKAY 0
#define ERROR (-1)
#define DEBUG