This commit is contained in:
Eelco Dolstra 2015-07-02 00:30:16 +02:00 committed by Ludovic Courtès
parent 2cd28517b1
commit 0dccab9f41
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ void UserLock::acquire()
int err = getgrouplist(pw->pw_name, pw->pw_gid,
supplementaryGIDs.data(), &ngroups);
if (err == -1)
throw Error(format("failed to get list of supplementary groups for %1") % pw->pw_name);
throw Error(format("failed to get list of supplementary groups for %1%") % pw->pw_name);
supplementaryGIDs.resize(ngroups);