CWS-TOOLING: integrate CWS cmcfixes78
This commit is contained in:
@@ -88,7 +88,7 @@ Do_SingleFileCommandLine(const CommandLine & i_rCommandLine)
|
|||||||
bool bLoadResult = aParser.LoadFile(i_rCommandLine.XmlSrcFile());
|
bool bLoadResult = aParser.LoadFile(i_rCommandLine.XmlSrcFile());
|
||||||
if (! bLoadResult)
|
if (! bLoadResult)
|
||||||
{
|
{
|
||||||
std::cerr << "Error: File %s could not be loaded." << i_rCommandLine.XmlSrcFile() << std::endl;
|
std::cerr << "Error: File " << i_rCommandLine.XmlSrcFile() << " could not be loaded." << std::endl;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user