Changeset 9225e08


Ignore:
Timestamp:
2006-12-24T01:47:20Z (17 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
c227706
Parents:
a3a3778
Message:

Fix check for non-debug builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/check.c

    ra3a3778 r9225e08  
    6767        if (verbose) {
    6868                log_link( LOGLVL_ERROR, LOGOUTPUT_CONSOLE );
     69#ifdef DEBUG
    6970                log_link( LOGLVL_DEBUG, LOGOUTPUT_CONSOLE );
     71#endif
    7072                log_link( LOGLVL_INFO, LOGOUTPUT_CONSOLE );
    7173                log_link( LOGLVL_WARNING, LOGOUTPUT_CONSOLE );
Note: See TracChangeset for help on using the changeset viewer.