From c2e17ec63800afa5d339789242e0bae690e2a188 Mon Sep 17 00:00:00 2001 From: sjm222 Date: Thu, 3 Feb 2011 01:34:32 +0000 Subject: [PATCH] kb migration logging tweak --- .../mannlib/vitro/webapp/ontology/update/ABoxUpdater.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/ontology/update/ABoxUpdater.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/ontology/update/ABoxUpdater.java index 0bc456a1f..b38c52a16 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/ontology/update/ABoxUpdater.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/ontology/update/ABoxUpdater.java @@ -179,7 +179,7 @@ public class ABoxUpdater { logger.log("Changed " + renameCount + " subject reference" + ((renameCount > 1) ? "s" : "") + " from type" + oldClass.getURI() + " to type " + newClass.getURI()); } if (removeCount > 0) { - logger.log("Removed " + removeCount + " remaining subject reference" + ((removeCount > 1) ? "s" : "") + " to the " + oldClass.getURI() + " class"); + logger.log("Removed " + removeCount + " subject reference" + ((removeCount > 1) ? "s" : "") + " to the " + oldClass.getURI() + " class"); } // Change class references in the objects of rdf:type statements