Skip to content
Snippets Groups Projects
Commit f7123458 authored by rswindell's avatar rswindell
Browse files

Display name of service_cfg file when reading.

parent 5b625db3
Branches
Tags
No related merge requests found
......@@ -1172,6 +1172,7 @@ static service_t* read_services_cfg(char* services_cfg, DWORD* services)
return(NULL);
}
lprintf("Reading %s",services_cfg);
for((*services)=0;!feof(fp) && (*services)<MAX_SERVICES;) {
if(!fgets(line,sizeof(line),fp))
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment