2008-11-12 13:57 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* source/common/hbverdsp.c
    ! Fixed displaying tracing status. (INFO and DEBUG level 
      counts as 'on'.)
This commit is contained in:
Viktor Szakats
2008-11-12 12:58:07 +00:00
parent bc980240ea
commit 8171ecbecf
2 changed files with 7 additions and 2 deletions

View File

@@ -8,6 +8,11 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-11-12 13:57 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* source/common/hbverdsp.c
! Fixed displaying tracing status. (INFO and DEBUG level
counts as 'on'.)
2008-11-12 12:13 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* make_b32.mak
* make_vc.mak

View File

@@ -142,8 +142,8 @@ void hb_verBuildInfo( void )
hb_conOutErr( "Build options: ", 0 );
if( hb_xquery( HB_MEM_USEDMAX ) != 0 )
hb_conOutErr( "(memory tracking) ", 0 );
#if defined( HB_TR_LEVEL )
hb_conOutErr( "(tracing) ", 0 );
#if defined( HB_TR_INFO ) && ( HB_TR_LEVEL == HB_TR_INFO || HB_TR_LEVEL == HB_TR_DEBUG )
hb_conOutErr( "(tracing)", 0 );
#endif
#if ! defined( HB_NO_PROFILER )
hb_conOutErr( "(profiler) ", 0 );