Handle start and end times together
[citadel.git] / webcit-ng / server / main.c
index e06d70693ae1d09b269c43b40fbd33470aca6772..f0bc295df64f19415b66ed6eaa6857179e2533cf 100644 (file)
@@ -93,7 +93,7 @@ int main(int argc, char **argv) {
        openlog("webcit", (running_as_daemon ? (LOG_PID) : (LOG_PID | LOG_PERROR)), LOG_DAEMON);
 
        // Tell 'em who's in da house
-       syslog(LOG_NOTICE, "MAKE WEBCIT GREAT AGAIN!");
+       syslog(LOG_NOTICE, "WEBCIT-NG DEVELOPER BUILD");
        syslog(LOG_NOTICE, "Copyright (C) 1996-2024 by the citadel.org team");
        syslog(LOG_NOTICE, " ");
        syslog(LOG_NOTICE, "This program is open source software.  Use, duplication, or");