X-Git-Url: https://jfr.im/git/irc/thales.git/blobdiff_plain/7d3d97a1aeb9bb6831420e4f586ff70b2d500866..1803825644c4a6252b7d48c822d1612da7104b17:/src/main.c?ds=sidebyside diff --git a/src/main.c b/src/main.c index 9740bf2..368dab0 100644 --- a/src/main.c +++ b/src/main.c @@ -1,4 +1,4 @@ -/* Thales - IRC to Relational Database Gateway +/* GNU Thales - IRC to Relational Database Gateway * Copyright (C) 2002 Lucas Nussbaum * * This program is free software; you can redistribute it and/or modify @@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* Thales - main file */ +/* GNU Thales - main file */ #include "thales.h" #include "conf.h" @@ -74,7 +74,7 @@ void write_pidfile(void) } else { - log_perror("Warning: cannot write to PID file %s", PIDFilename); + mylog_perror("Warning: cannot write to PID file %s", PIDFilename); } } @@ -99,7 +99,7 @@ int main(int argc, char **argv) verbose = 1; break; case 'V': - printf("Thales v.%s\n", VERSION); + printf("GNU Thales v.%s\n", VERSION); exit(0); break; default: @@ -141,7 +141,7 @@ int main(int argc, char **argv) write_pidfile(); /* Announce ourselves to the logfile. */ - log("Thales %s starting up with %s support%s", VERSION, + mylog("GNU Thales %s starting up with %s support%s", VERSION, #if defined(IRCD_UNREAL) "unreal", #elif defined(IRCD_HYBRID)