Editing of account email addresses using the new server commands in WebCit-classic.
[citadel.git] / webcit / ical_dezonify.c
index 935ae74dcaa8fc9bfeefd432564e932ae18290d5..537bcc3e15770937187811de6e987baa6918767d 100644 (file)
@@ -28,7 +28,7 @@ icaltimezone *get_default_icaltimezone(void) {
                 zone = icaltimezone_get_utc_timezone();
        }
        if (!zone) {
-               syslog(LOG_EMERG, "Unable to load UTC time zone!\n");
+               syslog(LOG_ERR, "Unable to load UTC time zone!\n");
        }
         return zone;
 }