BUGS.txt -> Bugs appendix in HOWTO Collection
[abartlet/samba.git/.git] / source3 / lib / fault.c
index e132ed8f673178247c935ef25e9e06b6dde873b5..a9e1b7bbb92b338bc2ab1619a1eda224d0600851 100644 (file)
@@ -35,7 +35,7 @@ static void fault_report(int sig)
 
        DEBUG(0,("===============================================================\n"));
        DEBUG(0,("INTERNAL ERROR: Signal %d in pid %d (%s)",sig,(int)sys_getpid(),VERSION));
-       DEBUG(0,("\nPlease read the file BUGS.txt in the distribution\n"));
+       DEBUG(0,("\nPlease read the appendix Bugs of the Samba HOWTO collection\n"));
        DEBUG(0,("===============================================================\n"));
   
        smb_panic("internal error");