aboutsummaryrefslogtreecommitdiffstats
path: root/agent/minip12.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/minip12.c')
-rw-r--r--agent/minip12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/minip12.c b/agent/minip12.c
index 29531b23b..6fe9d2c6c 100644
--- a/agent/minip12.c
+++ b/agent/minip12.c
@@ -660,7 +660,7 @@ p12_parse (const unsigned char *buffer, size_t length, const char *pw)
bagseqlength = ti.length;
while (bagseqlength)
{
- log_error ( "at offset %u\n", (p - buffer));
+ /*log_debug ( "at offset %u\n", (p - buffer));*/
where = "bag-sequence";
if (parse_tag (&p, &n, &ti))
goto bailout;