diff options
author | thlo <smarttv640@gmail.com> | 2014-01-03 11:17:24 +0100 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2014-01-03 11:17:24 +0100 |
commit | 6628d878c4e9e12f2fb6d8ea4d21a51a495696c5 (patch) | |
tree | 9b1e7d903d262ddd18a8f96ec89a5369d8c50376 /responsefile.c | |
parent | 397f7c0d3e03178fd71d5c9546a9560eece426a6 (diff) | |
download | vdr-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.c | 2 |
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 |