[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [Repo-Management] 49b23a7: Fix error message
From:       Ben Cooksley <bcooksley () kde ! org>
Date:       2010-12-25 7:45:05
Message-ID: 20101225074505.6860BA6090 () git ! kde ! org
[Download RAW message or body]

commit 49b23a70efbfedb41097022b4224221157c616d0
branch master
Author: Ben Cooksley <bcooksley@kde.org>
Date:   Sat Dec 25 20:45:22 2010 +1300

    Fix error message

diff --git a/new-hooks/GitHookLib.pm b/new-hooks/GitHookLib.pm
index 6e5f4f3..c6dda82 100644
--- a/new-hooks/GitHookLib.pm
+++ b/new-hooks/GitHookLib.pm
@@ -200,12 +200,12 @@ sub audit_metadata
         $query = $resolver->query($emaildomain, "A") unless $query;
 
         # Fail if it doesn't exist
-        push(@$errors, "** Author Email - $filename\n") unless $query;
+        push(@$errors, "** Author Email\n") unless $query;
         return;
     }
 
     # Parse failure, so reject them....
-    push(@$errors, "** Author Email - $filename\n");
+    push(@$errors, "** Author Email\n");
 }
 
 # Auditing initialisation
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic