From b768170bf38bab949b17c4c02867f2bd9c515653 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 23 Dec 2008 06:35:16 +0000 Subject: [PATCH] missing LOGFILE in debug statement --- scripts/thread_analysis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/thread_analysis.c b/scripts/thread_analysis.c index b0e6c539b..53cd04359 100644 --- a/scripts/thread_analysis.c +++ b/scripts/thread_analysis.c @@ -102,7 +102,7 @@ int main(int argc, char *argv[]) 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; }