Skip to content
Snippets Groups Projects
Commit a0777af1 authored by Gerardo Ganis's avatar Gerardo Ganis
Browse files

Fix typo in error message

git-svn-id: http://root.cern.ch/svn/root/trunk@24301 27541ba8-7e3a-0410-8455-c3a389f83636
parent 1df27269
No related branches found
No related tags found
No related merge requests found
......@@ -2423,7 +2423,7 @@ int XrdProofdManager::DoDirectiveAllowedGroups(char *val, XrdOucStream *cfg, boo
// Group name is known to the system: add it to the list
fAllowedGroups.Add(grp.c_str(), new int(st));
} else {
XPDERR("DoDirectiveAllowedUsers: problems getting info for group: '"<<
XPDERR("DoDirectiveAllowedGroups: problems getting info for group: '"<<
grp<<"' - errno: "<<-rc);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment