Changeset 53 for trunk/freebob

Show
Ignore:
Timestamp:
01/23/05 07:27:25 (19 years ago)
Author:
wagi
Message:

Added global debug module.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freebob/src/main.cpp

    r48 r53  
    2323 
    2424#include <config.h> 
     25#include "debugmodule.h" 
    2526#include "streamprocess.h" 
     27 
     28DECLARE_GLOBAL_DEBUG_MODULE; 
    2629 
    2730const char *argp_program_version = PACKAGE_STRING; 
     
    102105    } 
    103106 
     107    setGlobalDebugLevel( DEBUG_LEVEL_ALL ); 
     108 
    104109    StreamProcess* pStreamProcess = new StreamProcess(); 
    105110    pStreamProcess->run( timeToListen );