strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cleaned up pluto's crypto framework
[strongswan.git]
/
scripts
/
thread_analysis.c
diff --git
a/scripts/thread_analysis.c
b/scripts/thread_analysis.c
index
b0e6c53
..
53cd043
100644
(file)
--- 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;
}