Version 0.1.4 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@212 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2000-07-20 19:40:53 +00:00
parent 9efbfe2213
commit 0fc22e9d3d
2 changed files with 5 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ extern void ast_log(int level, char *file, int line, char *function, char *fmt,
} else
ast_log(LOG_WARNING, "Unable to retrieve local time?\n");
} else {
fprintf(stdout, "%s: File %s, Line %d (%s): ", levels[level], file, line, function);
fprintf(stdout, "%s[%ld]: File %s, Line %d (%s): ", levels[level], pthread_self(), file, line, function);
vfprintf(stdout, fmt, ap);
fflush(stdout);
}