- print header message
This commit is contained in:
@@ -590,6 +590,8 @@ char **bts;
|
||||
#endif
|
||||
int i,n;
|
||||
|
||||
errlogPrintf("Dumping a stack trace:\n");
|
||||
|
||||
errlogFlush();
|
||||
|
||||
if ( ! (buf = malloc(sizeof(*buf) * MAXDEPTH)) ) {
|
||||
@@ -624,6 +626,8 @@ int i,n;
|
||||
}
|
||||
#endif
|
||||
|
||||
errlogPrintf("\n");
|
||||
|
||||
errlogFlush();
|
||||
|
||||
free(buf);
|
||||
|
||||
Reference in New Issue
Block a user