aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Youri/Submit/Check/ACL.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Youri/Submit/Check/ACL.pm')
-rw-r--r--lib/Youri/Submit/Check/ACL.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Youri/Submit/Check/ACL.pm b/lib/Youri/Submit/Check/ACL.pm
index 0f63eb9..34bf48a 100644
--- a/lib/Youri/Submit/Check/ACL.pm
+++ b/lib/Youri/Submit/Check/ACL.pm
@@ -42,7 +42,7 @@ sub run {
if ($user =~ /$users/) {
return
} else {
- return "$user is not authorized to upload packages belonging to $srpm (authorized persons: " . join(', ', split '\|', $users) . ")";
+ return "$user is not authorized to upload packages belonging to $srpm in section $section (authorized persons: " . join(', ', split '\|', $users) . ")";
}
}
}