mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removed extra debug output
This commit is contained in:
parent
04edd69b7a
commit
aa40223ff2
3
svdrp.c
3
svdrp.c
@ -10,7 +10,7 @@
|
||||
* and interact with the Video Disk Recorder - or write a full featured
|
||||
* graphical interface that sits on top of an SVDRP connection.
|
||||
*
|
||||
* $Id: svdrp.c 4.4 2015/09/06 09:14:53 kls Exp $
|
||||
* $Id: svdrp.c 4.5 2015/09/06 09:25:16 kls Exp $
|
||||
*/
|
||||
|
||||
#include "svdrp.h"
|
||||
@ -2382,7 +2382,6 @@ bool cSVDRPServer::Process(void)
|
||||
cmdLine[--numChars] = 0;
|
||||
// make sure the string is terminated:
|
||||
cmdLine[numChars] = 0;
|
||||
dbgsvdrp("< %s: %s\n", *connection, cmdLine);
|
||||
// showtime!
|
||||
Execute(cmdLine);
|
||||
numChars = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user