X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebserver.c;h=c2a0bd8cdbb12f2124ceca475ca601628bf69ac9;hb=0a539bec4b26705fffd322796e683aa214863abb;hp=99e4574035801954412276640f312dcd4cc39d2a;hpb=472512fe97f1bbb08f4318329b4706cfabf21e38;p=citadel.git diff --git a/webcit/webserver.c b/webcit/webserver.c index 99e457403..c2a0bd8cd 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -226,17 +226,17 @@ int main(int argc, char **argv) LoadIconDir(static_icon_dir); /* Tell 'em who's in da house */ - syslog(1, "%s", PACKAGE_STRING); - syslog(1, "Copyright (C) 1996-2012 by the citadel.org team"); - syslog(1, " "); - syslog(1, "This program is open source software: you can redistribute it and/or"); - syslog(1, "modify it under the terms of the GNU General Public License, version 3."); - syslog(1, " "); - syslog(1, "This program is distributed in the hope that it will be useful,"); - syslog(1, "but WITHOUT ANY WARRANTY; without even the implied warranty of"); - syslog(1, "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the"); - syslog(1, "GNU General Public License for more details."); - syslog(1, " "); + syslog(LOG_NOTICE, "%s", PACKAGE_STRING); + syslog(LOG_NOTICE, "Copyright (C) 1996-2012 by the citadel.org team"); + syslog(LOG_NOTICE, " "); + syslog(LOG_NOTICE, "This program is open source software: you can redistribute it and/or"); + syslog(LOG_NOTICE, "modify it under the terms of the GNU General Public License, version 3."); + syslog(LOG_NOTICE, " "); + syslog(LOG_NOTICE, "This program is distributed in the hope that it will be useful,"); + syslog(LOG_NOTICE, "but WITHOUT ANY WARRANTY; without even the implied warranty of"); + syslog(LOG_NOTICE, "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the"); + syslog(LOG_NOTICE, "GNU General Public License for more details."); + syslog(LOG_NOTICE, " "); /* initialize various subsystems */