X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fecrash.c;h=1c0514a02395b047b6a9fd3120a45649b18a713f;hb=6f22e06d1c771f2c5ceca1362300c8309d618065;hp=46f5b7b286f8f56aeb7d5a13bfce868b22b12d87;hpb=a78724d8ec8701a801eec79a6f70a829602d26b7;p=citadel.git diff --git a/citadel/ecrash.c b/citadel/ecrash.c index 46f5b7b28..1c0514a02 100644 --- a/citadel/ecrash.c +++ b/citadel/ecrash.c @@ -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 static eCrashParameters gbl_params;