--- 1/glcdskin/cache.c 2013-03-17 10:23:32.000000000 +0100 +++ 2/glcdskin/cache.c.mod 2013-03-20 21:36:04.000000000 +0100 @@ -104,7 +104,7 @@ item = LoadImage(path, scalew, scaleh); if (item) { - syslog(LOG_INFO, "INFO: graphlcd: successfully loaded image '%s'\n", path.c_str()); + //syslog(LOG_INFO, "INFO: graphlcd: successfully loaded image '%s'\n", path.c_str()); if (images.size() == size) { images.erase(oldest);