[hackers] [sbase] Remove "WARNING: " prefix from messages || sin

From: <git_AT_suckless.org>
Date: Sun, 23 Mar 2014 19:59:18 +0100

commit 897efd5f13ebecf8d29a9c51df1ec87e6e9d2863
Author: sin <sin_AT_2f30.org>
Date: Sun Mar 23 18:58:43 2014 +0000

    Remove "WARNING: " prefix from messages

diff --git a/util/crypt.c b/util/crypt.c
index 2bca8fc..cd24e93 100644
--- a/util/crypt.c
+++ b/util/crypt.c
_AT_@ -79,15 +79,15 @@ cryptcheck(char *sumfile, int argc, char *argv[],
         fclose(cfp);
         free(line);
         if(formatsucks > 0) {
- weprintf("WARNING: %d lines are improperly formatted
", formatsucks);
+ weprintf("%d lines are improperly formatted
", formatsucks);
                 ret = EXIT_FAILURE;
         }
         if(noread > 0) {
- weprintf("WARNING: %d listed file could not be read
", noread);
+ weprintf("%d listed file could not be read
", noread);
                 ret = EXIT_FAILURE;
         }
         if(nonmatch > 0) {
- weprintf("WARNING: %d computed checksums did NOT match
", nonmatch);
+ weprintf("%d computed checksums did NOT match
", nonmatch);
                 ret = EXIT_FAILURE;
         }
         return ret;
Received on Sun Mar 23 2014 - 19:59:18 CET

This archive was generated by hypermail 2.3.0 : Sun Mar 23 2014 - 20:00:17 CET