SYSLOG: more places to correct the loglevel parameters.
[citadel.git] / webcit / siteconfig.c
index a16d9cfe83a44007a7252f7c22b046e2438a529c..8e5ab68c0445ae98017dc887cee1e3c769c7084a 100644 (file)
@@ -113,7 +113,7 @@ void LoadZoneFiles(void)
        Put(ZoneHash, HKEY("UTC"), ZName, HFreeStrBuf);
        zones = icaltimezone_get_builtin_timezones();
        for (z = 0; z < zones->num_elements; ++z) {
-               /* syslog(9, "Location: %-40s tzid: %s\n",
+               /* syslog(LOG_DEBUG, "Location: %-40s tzid: %s\n",
                        icaltimezone_get_location(icalarray_element_at(zones, z)),
                        icaltimezone_get_tzid(icalarray_element_at(zones, z))
                ); */