forked from pool/strongswan
12 lines
261 B
Plaintext
12 lines
261 B
Plaintext
--- 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;
|
|
}
|
|
|