summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hooks')
-rw-r--r--module/plugins/hooks/ContainerDownload.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/ContainerDownload.py b/module/plugins/hooks/ContainerDownload.py
index 417b42ee8..c13a7f622 100644
--- a/module/plugins/hooks/ContainerDownload.py
+++ b/module/plugins/hooks/ContainerDownload.py
@@ -38,7 +38,7 @@ class ContainerDownload(Hook):
if not pyfile.url.startswith("http"):
return
if filename.endswith(".dlc") or filename.endswith(".ccf") or filename.endswith(".rsdf"):
- self.logger.info("ContainerDownload hook: adding container file")
+ self.logger.info("ContainerDownload: adding container file")
location = abspath(join(pyfile.folder, filename))
newFile = self.core.file_list.collector.addLink(location)
self.core.file_list.packager.addFileToPackage(pyfile.package.data["id"], self.core.file_list.collector.popFile(newFile))