X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/2f61d1d75ac52f239e760ecea02332eedc4682bd..e0ee1ed8a1244740d4cad80273e0f4603e9cf744:/src/log.c?ds=sidebyside diff --git a/src/log.c b/src/log.c index 59a1913..ef531ee 100644 --- a/src/log.c +++ b/src/log.c @@ -3,7 +3,7 @@ * * This file is part of x3. * - * srvx is free software; you can redistribute it and/or modify + * x3 is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. @@ -602,7 +602,7 @@ log_module(struct log_type *type, enum log_severity sev, const char *format, ... fprintf(stderr, "%s: %s\n", log_severity_names[sev], msgbuf); } if (sev == LOG_FATAL) { - assert(0 && "fatal message logged"); + //assert(0 && "fatal message logged"); _exit(1); } }