Update of /cvsroot/javaprofiler/library/src/setup
In directory usw-pr-cvs1:/tmp/cvs-serv908/src/setup
Modified Files:
setup.cpp
Log Message:
small fixes
Index: setup.cpp
===================================================================
RCS file: /cvsroot/javaprofiler/library/src/setup/setup.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** setup.cpp 17 Jul 2002 04:34:07 -0000 1.12
--- setup.cpp 17 Jul 2002 18:40:36 -0000 1.13
***************
*** 59,63 ****
mon.linenoEnabled = 1;
! _verbose = 0;
if( options) processOptions( options);
--- 59,63 ----
mon.linenoEnabled = 1;
! _verbose = 1;
if( options) processOptions( options);
|