diff options
Diffstat (limited to 'source4/lib/fault.c')
-rw-r--r-- | source4/lib/fault.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/fault.c b/source4/lib/fault.c index 9f1e3f44bc..f3a9e78f39 100644 --- a/source4/lib/fault.c +++ b/source4/lib/fault.c @@ -140,10 +140,10 @@ static void fault_report(int sig) if (counter) _exit(1); - DEBUG(0,("===============================================================\n")); + DEBUG(0,("=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n")); DEBUG(0,("INTERNAL ERROR: Signal %d in pid %d (%s)",sig,(int)getpid(),SAMBA_VERSION_STRING)); DEBUG(0,("\nPlease read the file BUGS.txt in the distribution\n")); - DEBUG(0,("===============================================================\n")); + DEBUG(0,("=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n")); smb_panic("internal error"); |