improve output

This commit is contained in:
Juergen Schmidt
2001-03-30 13:37:38 +00:00
parent f573e6e22f
commit ae59c935e3

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: regcompare.cxx,v $ * $RCSfile: regcompare.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: jsc $ $Date: 2001-02-15 16:49:50 $ * last change: $Author: jsc $ $Date: 2001-03-30 14:37:38 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -1717,7 +1717,7 @@ static sal_uInt32 checkDifferences(StringSet& keys, RegistryKeyNames& subKeyName
if ( options.forceOutput() ) if ( options.forceOutput() )
{ {
fprintf(stderr, "EXISTENCE: key \"%s\" exists only in registry \"%s\"\n", fprintf(stderr, "EXISTENCE: key \"%s\" exists only in registry \"%s\"\n",
U2S(subKeyNames2.getElement(i)), options.getRegName1().getStr()); U2S(subKeyNames2.getElement(i)), options.getRegName2().getStr());
} }
nError++; nError++;
} else } else