missing LOGFILE in debug statement
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user