diff options
Diffstat (limited to 'src/log.c')
| -rw-r--r-- | src/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -33,7 +33,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | |||
| 33 | 33 | ||
| 34 | #include "log.h" | 34 | #include "log.h" |
| 35 | 35 | ||
| 36 | int log_level = LL_WARNING; | 36 | unsigned int log_level = LL_WARNING; |
| 37 | 37 | ||
| 38 | int log_syslog = 0; | 38 | int log_syslog = 0; |
| 39 | 39 | ||
