X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Flog.h;h=42417fc7fed75fdd84e34838835f4b27b13b7f00;hb=b7ce41b809a3b3533d398c0da8fd9787c149434c;hp=de732aa62287772139e5ecd2bae0d30bd510ea10;hpb=948878cf1d882adef61f9bd7c26473089f3032ad;p=tlsproxy%2Ftlsproxy.git diff --git a/src/log.h b/src/log.h index de732aa..42417fc 100644 --- a/src/log.h +++ b/src/log.h @@ -1,7 +1,7 @@ /* * Log related functions/defines. * - * Copyright (C) 2011-2012 Simon Ruderich + * Copyright (C) 2011-2013 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,9 +21,9 @@ #define LOG_H /* Log constants to be used with LOG() and LOG_PERROR() macros. */ -#define LOG_ERROR LOG_ERROR_LEVEL, __FILE__, __LINE__ -#define LOG_WARNING LOG_WARNING_LEVEL, __FILE__, __LINE__ -#define LOG_DEBUG LOG_DEBUG_LEVEL, __FILE__, __LINE__ +#define ERROR LOG_ERROR_LEVEL, __FILE__, __LINE__ +#define WARNING LOG_WARNING_LEVEL, __FILE__, __LINE__ +#define DEBUG LOG_DEBUG_LEVEL, __FILE__, __LINE__ /* Log level constants. */ #define LOG_ERROR_LEVEL 0