INTEGRATION: CWS qadev25 (1.5.6); FILE MERGED
2005/11/15 13:58:38 lla 1.5.6.2: #127811# write into log instead System.out. 2005/11/11 13:16:30 lla 1.5.6.1: #127811# database access
This commit is contained in:
parent
7d250def81
commit
a3b989ae72
1 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: ConvWatch.java,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-08 17:09:41 $
|
||||
* last change: $Author: obo $ $Date: 2006-01-19 14:16:44 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -55,7 +55,7 @@ public class ConvWatch
|
|||
IniFile aIniFile = new IniFile(_sInfoFile);
|
||||
if (aIniFile.is())
|
||||
{
|
||||
sBuildID = aIniFile.getKey("", "buildid");
|
||||
sBuildID = aIniFile.getValue("", "buildid");
|
||||
}
|
||||
return sBuildID;
|
||||
}
|
||||
|
@ -363,7 +363,7 @@ public class ConvWatch
|
|||
String sNewDiffName = _sAbsoluteDiffPath + fs + sDiffBasename;
|
||||
if (! FileHelper.exists(sNewDiffName))
|
||||
{
|
||||
System.out.println("checkDiffDiff: Old diff file: '" + sNewDiffName + "' does not exist." );
|
||||
GlobalLogWriter.get().println("checkDiffDiff: Old diff file: '" + sNewDiffName + "' does not exist." );
|
||||
continue;
|
||||
}
|
||||
// String sNewDiffName = _sAbsoluteDiffPath + fs + sDiffBasename;
|
||||
|
|
Loading…
Reference in a new issue