]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
changed debugging level for message
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 17 Mar 2012 19:58:21 +0000 (20:58 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 17 Mar 2012 19:58:21 +0000 (20:58 +0100)
lib/gnutls_handshake.c

index ee6c8763ad261bb022bda0fb2c25dd2b63f9c439..f0ceb7bf9f84889d5134b611b6661bec8a532150 100644 (file)
@@ -1383,7 +1383,8 @@ _gnutls_client_set_ciphersuite (gnutls_session_t session, uint8_t suite[2])
   if (z != 0)
     {
       gnutls_assert ();
-      _gnutls_debug_log("unsupported cipher suite %.2X.%.2X\n", (unsigned int)suite[0], (unsigned int)suite[1]);
+      _gnutls_handshake_log("HSK[%p]: unsupported cipher suite %.2X.%.2X\n", session,
+                        (unsigned int)suite[0], (unsigned int)suite[1]);
       return GNUTLS_E_UNKNOWN_CIPHER_SUITE;
     }