]> code.citadel.org Git - citadel.git/blobdiff - citadel/ecrash.c
LOGGING: make module infrastructure logging configurable
[citadel.git] / citadel / ecrash.c
index 46f5b7b286f8f56aeb7d5a13bfce868b22b12d87..efe071ca5021a7759dabc59355833c76c0204345 100644 (file)
@@ -11,7 +11,7 @@
  *
  * vim: ts=4
  *
- * This program is free software; you can redistribute it and/or modify
+ * This program is open source 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 3 of the License, or
  * (at your option) any later version.
@@ -45,7 +45,7 @@
 #include "citserver.h"
 #include "ecrash.h"
 
-#define NIY()  printf("%s: Not Implemented Yet!\n", __FUNCTION__)
+#define NIY()  printf("function not implemented yet!\n");
 #ifdef HAVE_BACKTRACE
 #include <execinfo.h>
 static eCrashParameters gbl_params;