From cf7110f02f793c791b7227bf1579eaaa81d3fd30 Mon Sep 17 00:00:00 2001
From: Szczepan Zalega <szczepan@nitrokey.com>
Date: Tue, 10 Oct 2017 15:54:43 +0200
Subject: Add DEBUG_L1 level and set it as default for Python tests

Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
---
 include/log.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'include')

diff --git a/include/log.h b/include/log.h
index 80e5097..a97ff25 100644
--- a/include/log.h
+++ b/include/log.h
@@ -19,6 +19,7 @@ namespace nitrokey {
       ERROR,
       WARNING,
       INFO,
+      DEBUG_L1,
       DEBUG,
       DEBUG_L2
     };
-- 
cgit v1.2.3