From: Peter O. <obe...@us...> - 2010-02-21 14:58:00
|
Update of /cvsroot/ltp/utils/analysis/lcov/bin In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19108 Modified Files: geninfo Log Message: geninfo: write all debugging output to STDERR Index: geninfo =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/bin/geninfo,v retrieving revision 1.72 retrieving revision 1.73 diff -C2 -d -r1.72 -r1.73 *** geninfo 21 Feb 2010 14:56:46 -0000 1.72 --- geninfo 21 Feb 2010 14:57:52 -0000 1.73 *************** *** 2928,2932 **** return if (!$debug); ! print("DEBUG: $msg"); } --- 2928,2932 ---- return if (!$debug); ! print(STDERR "DEBUG: $msg"); } |