C-style: drop unused printf parameter
authorAdriaan de Groot <groot@kde.org>
Mon, 21 Aug 2017 08:48:14 +0000 (10:48 +0200)
committerAdriaan de Groot <groot@kde.org>
Mon, 21 Aug 2017 09:30:07 +0000 (11:30 +0200)
src/starttls.c

index f51d253..3fce688 100644 (file)
@@ -3658,7 +3658,7 @@ gtls_error fetch_local_credentials (struct command *cmd) {
 fprintf (stderr, "DEBUG: otfcert retrieval returned %d\n", gtls_errno);
                        return gtls_errno;
                } else {
-fprintf (stderr, "DEBUG: otfcert retrieval returned GNUTLS_E_AGAIN, so skip it\n", gtls_errno);
+fprintf (stderr, "DEBUG: otfcert retrieval returned GNUTLS_E_AGAIN, so skip it\n");
                        gtls_errno = GNUTLS_E_SUCCESS;  // Attempt failed, ignore
                }
        }