]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
fixed bug
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 22 Nov 2013 16:06:56 +0000 (17:06 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 27 Nov 2013 10:41:44 +0000 (11:41 +0100)
lib/gnutls_errors.h

index e96e7c9b875ba309d96f7b668cbe2c566bd87282..dbc1dfd82fd171a7f5b257c694f56d21ca4cb175 100644 (file)
@@ -97,7 +97,7 @@ static inline
 #endif
 int gnutls_assert_val_int(int val, const char *file, int line)
 {
-       gnutls_assert();
+       _gnutls_assert_log("ASSERT: %s:%d\n", file, line);
        return val;
 }