From c8705844bd924e8e00bc79ec0f4ae92c85f7e48e Mon Sep 17 00:00:00 2001 From: m0gg Date: Sat, 25 Nov 2006 17:03:20 +0000 Subject: Code cleanup --- nanohttp/nanohttp-logging.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nanohttp/nanohttp-logging.h') diff --git a/nanohttp/nanohttp-logging.h b/nanohttp/nanohttp-logging.h index 7bc1076..16a8ddb 100644 --- a/nanohttp/nanohttp-logging.h +++ b/nanohttp/nanohttp-logging.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-logging.h,v 1.3 2006/11/23 15:27:33 m0gg Exp $ + * $Id: nanohttp-logging.h,v 1.4 2006/11/25 17:03:20 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003-2006 Ferhat Ayaz @@ -35,7 +35,8 @@ typedef enum log_level HLOG_INFO, HLOG_WARN, HLOG_ERROR, - HLOG_FATAL + HLOG_FATAL, + HLOG_OFF } log_level_t; -- cgit v1.1-32-gdbae