Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/log.c

    r1243 r1305  
    33* Author: Sebastien Decugis <sdecugis@freediameter.net>                                                  *
    44*                                                                                                        *
    5 * Copyright (c) 2013, WIDE Project and NICT                                                              *
     5* Copyright (c) 2015, WIDE Project and NICT                                                              *
    66* All rights reserved.                                                                                   *
    77*                                                                                                        *
     
    9696    /* add timestamp */
    9797    printf("%s  ", fd_log_time(NULL, buf, sizeof(buf),
    98 #if (defined(DEBUG) && !defined(DEBUG_WITHOUT_META))
     98#if (defined(DEBUG) && defined(DEBUG_WITH_META))
    9999        1, 1
    100 #else /* (defined(DEBUG) && !defined(DEBUG_WITHOUT_META)) */
     100#else /* (defined(DEBUG) && defined(DEBUG_WITH_META)) */
    101101        0, 0
    102 #endif /* (defined(DEBUG) && !defined(DEBUG_WITHOUT_META)) */
     102#endif /* (defined(DEBUG) && defined(DEBUG_WITH_META)) */
    103103            ));
    104104    /* Use colors on stdout ? */
Note: See TracChangeset for help on using the changeset viewer.