Remove all uses of __FUNCTION__ because it is not portable
[citadel.git] / citadel / ecrash.c
index 46f5b7b286f8f56aeb7d5a13bfce868b22b12d87..1c0514a02395b047b6a9fd3120a45649b18a713f 100644 (file)
@@ -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;