The following commit has been merged in the master branch:
commit b657b228ff5c807718f7fd638a486ea08a3a6ccc
Author: Niels Thykier <[email protected]>
Date:   Sat Apr 14 18:38:59 2012 +0200

    coll/hardening-info: Fix incorrect error message
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/collection/hardening-info b/collection/hardening-info
index 46284a3..a8a932d 100755
--- a/collection/hardening-info
+++ b/collection/hardening-info
@@ -59,7 +59,7 @@ foreach my $bin (keys %$file_info) {
     }
 }
 
-close OUT or fail("cannot write objdump-info: $!");
+close OUT or fail("cannot write hardening-info: $!");
 
 exit 0;
 

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to