From bfc82007684175f3756448c00e72c07b4040aaae Mon Sep 17 00:00:00 2001 From: Anoop Saldanha Date: Fri, 16 Oct 2009 18:27:29 +0530 Subject: [PATCH] Fix for the broken test from logging module --- src/util-debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util-debug.c b/src/util-debug.c index f1a0fe83b0..f9d9146a31 100644 --- a/src/util-debug.c +++ b/src/util-debug.c @@ -1283,7 +1283,7 @@ int SCLogTestInit02() result &= (SC_LOG_DEBUG == sc_log_config->log_level); result &= (sc_log_config->op_ifaces != NULL && - SC_LOG_OP_IFACE_FILE == sc_log_config->op_ifaces->iface); + SC_LOG_OP_IFACE_CONSOLE == sc_log_config->op_ifaces->iface); result &= (sc_log_config->op_ifaces != NULL && sc_log_config->op_ifaces->next == NULL); result &= (sc_log_config->log_format != NULL &&