Changeset 25 in libcf for trunk/test/test.c


Ignore:
Timestamp:
02/02/13 17:27:06 (11 years ago)
Author:
cheese
Message:

#1 fix logging bug and debugging macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/test.c

    r24 r25  
    33 */
    44#include "cf_file.h"
    5 #include "cf_debug.h"
    65#include "cf_log.h"
    76#include "cf_socket.h"
    87#include "cf_thread.h"
    98
     9/*
     10 * before including "cf_debug.h",
     11 * if _DEBUG is defined, the debugging code will be act.
     12 */
     13#include "cf_debug.h"
     14
    1015#include <stdlib.h>
    1116#include <string.h>
     
    3035
    3136    /* initialize */
    32     CF_Log_Initialize (10);
     37    CF_Log_Initialize (1);
    3338
    3439    /* context {{{ */
Note: See TracChangeset for help on using the changeset viewer.