fixed missing /

This commit is contained in:
mwells 2014-05-10 06:39:36 -07:00
parent 45e2506598
commit f19014cc6c

@ -2612,7 +2612,7 @@ bool Hostdb::createHostsConf( char *cwd ) {
sb.safePrintf("# A proxy will be running on 10.5.66.18:\n");
sb.safePrintf("#proxy 6001 7001 8001 9001 10.5.66.18\n");
log("%shosts.conf does not exist, creating.",cwd);
log("%s/hosts.conf does not exist, creating.",cwd);
sb.save ( cwd , "hosts.conf" );
return true;
}