Fix the Makefile.in to properly clean the user_modules tree.
[citadel.git] / citadel / sysdep.c
index c06575888d9aead47d8f2c3298fdad465b3ae64b..7cc7fd0c4900b159e3abec47b991cdde4af7f1f4 100644 (file)
@@ -1015,7 +1015,7 @@ void checkcrash(void)
                        " If you have already done this, the core dump is likely to be found at %score.%d\n"
                        ,
                        ctdl_run_dir, ForkedPid);
-               aide_message(ChrPtr(CrashMail), "Citadel server process terminated unexpectedly");
+               CtdlAideMessage(ChrPtr(CrashMail), "Citadel server process terminated unexpectedly");
                FreeStrBuf(&CrashMail);
        }
 }