aboutsummaryrefslogtreecommitdiff
path: root/src/org/semanticweb/simpleETL/SimpleETL.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/semanticweb/simpleETL/SimpleETL.java')
-rw-r--r--src/org/semanticweb/simpleETL/SimpleETL.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/semanticweb/simpleETL/SimpleETL.java b/src/org/semanticweb/simpleETL/SimpleETL.java
index 5907b7b..cc91e1f 100644
--- a/src/org/semanticweb/simpleETL/SimpleETL.java
+++ b/src/org/semanticweb/simpleETL/SimpleETL.java
@@ -67,7 +67,7 @@ public class SimpleETL {
67 finally { 67 finally {
68 fos.close(); 68 fos.close();
69 } 69 }
70 Utility.logInfo("SimpleETL rewriting DONE: additional ontology data is saved in " + m_fileToExport + "."); 70 Utility.logDebug("SimpleETL rewriting DONE: additional ontology data is saved in " + m_fileToExport + ".");
71 } 71 }
72 72
73 public String getExportedFile() { 73 public String getExportedFile() {