--- scripts/thread_analysis.c +++ scripts/thread_analysis.c 2008/08/28 07:41:27 @@ -102,7 +102,7 @@ fd = fopen(LOGFILE, "r"); if (!fd) { - printf("could not open log file '%s'\n"); + printf("could not open log file '%s'\n", LOGFILE); return 1; }