X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/5ab243f40e4db91586ff74b01a775a5218a1d5be..0a2aedfe6d650e825a50f25f972bac20d669f5cb:/src/gnutls.h?ds=sidebyside diff --git a/src/gnutls.h b/src/gnutls.h index 7418f8f84f..41769a47f5 100644 --- a/src/gnutls.h +++ b/src/gnutls.h @@ -5,8 +5,8 @@ This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +the Free Software Foundation, either version 3 of the License, or (at +your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -71,7 +71,7 @@ typedef enum #define GNUTLS_LOG2i(level, max, string, extra) \ do { \ if ((level) <= (max)) \ - gnutls_log_function2i (level, "(Emacs) " string, extra); \ + message ("gnutls.c: [%d] %s %d", level, string, extra); \ } while (false) extern ptrdiff_t