Editing of account email addresses using the new server commands in WebCit-classic.
[citadel.git] / webcit / crypto.c
index 6925dfa8f362eccce3bab46133b8eb85fa3ee369..427b4d93e7268dadb52c5f97e25b746e30a4f809 100644 (file)
@@ -85,7 +85,7 @@ void init_ssl(void)
                for (a = 0; a < CRYPTO_num_locks(); a++) {
                        SSLCritters[a] = malloc(sizeof(pthread_mutex_t));
                        if (!SSLCritters[a]) {
-                               syslog(LOG_EMERG,
+                               syslog(LOG_ERR,
                                        "citserver: can't allocate memory!!\n");
                                /** Nothing's been initialized, just die */
                                ShutDownWebcit();