mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
missing LOGFILE in debug statement
This commit is contained in:
parent
4856241c1e
commit
b768170bf3
@ -102,7 +102,7 @@ int main(int argc, char *argv[])
|
|||||||
fd = fopen(LOGFILE, "r");
|
fd = fopen(LOGFILE, "r");
|
||||||
if (!fd)
|
if (!fd)
|
||||||
{
|
{
|
||||||
printf("could not open log file '%s'\n");
|
printf("could not open log file '%s'\n", LOGFILE);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user