From c17e14e66bc3d1541246f484c5526f8372c2bdd0 Mon Sep 17 00:00:00 2001 From: Lev Walkin <vlm@lionet.info> Date: Tue, 5 Sep 2017 03:31:46 -0700 Subject: [PATCH] removed extra debug --- libasn1compiler/asn1c_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libasn1compiler/asn1c_internal.h b/libasn1compiler/asn1c_internal.h index 272ca1b2..1ac31668 100644 --- a/libasn1compiler/asn1c_internal.h +++ b/libasn1compiler/asn1c_internal.h @@ -65,7 +65,7 @@ typedef struct arg_s { * Logging. */ #define LOG(ll, fmt, args...) do { \ - arg->logger_cb(ll, fmt " @ line %d", ##args, __LINE__); \ + arg->logger_cb(ll, fmt, ##args); \ } while(0) #define DEBUG(fmt, args...) do { \ if(arg->flags & A1C_DEBUG) \ -- 2.26.2