summaryrefslogtreecommitdiff
path: root/imageloader.c
diff options
context:
space:
mode:
Diffstat (limited to 'imageloader.c')
-rw-r--r--imageloader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/imageloader.c b/imageloader.c
index 02586d6..3ff196d 100644
--- a/imageloader.c
+++ b/imageloader.c
@@ -97,9 +97,9 @@ void cImageLoader::toLowerCase(std::string &str) {
bool cImageLoader::LoadImage(cString FileName, cString Path, cString Extension) {
try {
cString File = cString::sprintf("%s%s.%s", *Path, *FileName, *Extension);
- dsyslog("tvguide: trying to load: %s", *File);
+ //dsyslog("tvguide: trying to load: %s", *File);
buffer.read(*File);
- dsyslog("tvguide: %s sucessfully loaded", *File);
+ //dsyslog("tvguide: %s sucessfully loaded", *File);
} catch (...) {
return false;
}