From c0e84ae095aec48d515f7cd9283a919146c0f120 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 26 Mar 2019 06:52:05 +0100 Subject: [PATCH] log: remove obsolete LOG_LVL_STATS --- common/include/villas/log.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/include/villas/log.h b/common/include/villas/log.h index 42b1793ff..5fc4fd9f2 100644 --- a/common/include/villas/log.h +++ b/common/include/villas/log.h @@ -36,8 +36,7 @@ enum log_level { LOG_LVL_DEBUG, LOG_LVL_INFO, LOG_LVL_WARN, - LOG_LVL_ERROR, - LOG_LVL_STATS, + LOG_LVL_ERROR }; /** Debug facilities.