summaryrefslogtreecommitdiff
path: root/tools.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools.c')
-rw-r--r--tools.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools.c b/tools.c
index 6c52a63..1ab1854 100644
--- a/tools.c
+++ b/tools.c
@@ -1,7 +1,7 @@
/*
* See the README file for copyright information and how to reach the author.
*
- * The code for sort recordings as adopted from the SortRecordings-patch
+ * The code for sort recordings is adopted from the SortRecordings-patch
* copyright by FrankJepsen and FRank99 from vdr-portal.de
*/
@@ -14,7 +14,7 @@ bool MoveVideoFile(cRecording *Recording,char *NewName)
{
if(!strcmp(Recording->FileName(),NewName))
return true;
-
+
isyslog("[extrecmenu] moving file %s to %s",Recording->FileName(),NewName);
int result=MakeDirs(NewName);
if(result)