Martin Hamilton <martin@mrrl.lut.ac.uk>
Masashi Fujita <objectx@bandit.co.jp>
Massimo Zito <zmax.linkedin at gmail dot com>
+ Matthew Morgan <atcs.matthew@gmail.com>
Max Okumoto <okumoto@ucsd.edu>
Michael Lupp <mike@nemesis.saar.de>
Michael Mansour <mic@shell.gnxs.com.au>
t++;
}
- debugs(28, 3, "aclParseAccessLine: looking for ACL name '" << t << "'");
+ debugs(28, 3, "aclParseAclList: looking for ACL name '" << t << "'");
a = ACL::FindByName(t);
if (a == NULL) {
- debugs(28, 0, "aclParseAccessLine: ACL name '" << t << "' not found.");
+ debugs(28, 0, "aclParseAclList: ACL name '" << t << "' not found.");
delete L;
parser.destruct();
continue;