]> diplodocus.org Git - nmh/blobdiff - sbr/credentials.c
Ensure a space after `#!'.
[nmh] / sbr / credentials.c
index d8e4d2e4c8563045acd2855438b6fda9585912d4..3aba7d80316e7e8a0d7f9bb2bf84c810b9e8e435 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * This code is Copyright (c) 2013, by the authors of nmh.  See the
+/* This code is Copyright (c) 2013, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
  */
@@ -38,7 +37,7 @@ init_credentials_file () {
                     credentials_file =
                         concat (mypath ? mypath : ".", "/", filename, NULL);
                     if (stat (credentials_file, &st) != OK) {
-                        admonish (NULL, "unable to find credentials file %s",
+                        inform("unable to find credentials file %s, continuing...",
                                   filename);
                     }
                 }
@@ -79,7 +78,7 @@ nmh_get_credentials (const char *host, const char *user)
          */
         creds->user = user == NULL ? NULL : mh_xstrdup(user);
     } else {
-        admonish (NULL, "unknown credentials style %s", cred_style);
+        inform("unknown credentials style %s, continuing...", cred_style);
         return NULL;
     }