summaryrefslogtreecommitdiff
path: root/import.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'import.cpp')
-rw-r--r--import.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/import.cpp b/import.cpp
index 51d4ea9..e35eb30 100644
--- a/import.cpp
+++ b/import.cpp
@@ -722,7 +722,8 @@ bool cImport::PutEvent(cEPGSource *source, sqlite3 *db, cSchedule* schedule,
strftime(from,sizeof(from)-1,"%b %d %H:%M",&tm);
localtime_r(&end,&tm);
strftime(till,sizeof(till)-1,"%b %d %H:%M",&tm);
- source->Dlog("changing %s'%s'@%s-%s",xevent->EITDescription() ? "old " : "",
+ source->Dlog("changing %s%s'%s'@%s-%s",xevent->EITDescription() ? "old " : "",
+ (Option==IMPORT_SHORTTEXT) ? "shorttext " : "description ",
event->Title(),from,till);
}
return true;