diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-06-22 20:59:49 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-06-22 20:59:49 +0200 |
commit | 8bd2ed1494bc466fcbfe8b21a879a7648c8f8cf3 (patch) | |
tree | 422d83d9194aeda828249c9c2224d994d70a7743 /svdrp.c | |
parent | f5dba03447fa73da6e181ead7fb98c2b0a2fed41 (diff) | |
download | vdr-8bd2ed1494bc466fcbfe8b21a879a7648c8f8cf3.tar.gz vdr-8bd2ed1494bc466fcbfe8b21a879a7648c8f8cf3.tar.bz2 |
Fixed a typo in svdrp.c
Diffstat (limited to 'svdrp.c')
-rw-r--r-- | svdrp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.42 2020/05/06 11:51:33 kls Exp $ + * $Id: svdrp.c 4.43 2020/06/22 20:59:49 kls Exp $ */ #include "svdrp.h" @@ -2009,7 +2009,7 @@ void cSVDRPServer::CmdMODC(const char *Option) Channels->ReNumber(); Channels->SetModifiedByUser(); Channels->SetModified(); - isyslog("SVDRP %s < %s modifed channel %d %s", Setup.SVDRPHostName, *clientName, Channel->Number(), *Channel->ToText()); + isyslog("SVDRP %s < %s modified channel %d %s", Setup.SVDRPHostName, *clientName, Channel->Number(), *Channel->ToText()); Reply(250, "%d %s", Channel->Number(), *Channel->ToText()); } else |