This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new 10bc2fa  Correct error message
10bc2fa is described below

commit 10bc2fa97566f502deb41dbd945fb08626b7adb1
Author: Andy Seaborne <a...@apache.org>
AuthorDate: Thu Oct 24 14:43:41 2019 +0100

    Correct error message
---
 .../src/main/java/org/apache/jena/fuseki/mgt/ActionDatasets.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/jena-fuseki2/jena-fuseki-webapp/src/main/java/org/apache/jena/fuseki/mgt/ActionDatasets.java
 
b/jena-fuseki2/jena-fuseki-webapp/src/main/java/org/apache/jena/fuseki/mgt/ActionDatasets.java
index e2e6308..1225718 100644
--- 
a/jena-fuseki2/jena-fuseki-webapp/src/main/java/org/apache/jena/fuseki/mgt/ActionDatasets.java
+++ 
b/jena-fuseki2/jena-fuseki-webapp/src/main/java/org/apache/jena/fuseki/mgt/ActionDatasets.java
@@ -340,7 +340,7 @@ public class ActionDatasets extends ActionContainerItem {
                 ServletOps.errorOccurred(
                     format(
                         "There are %d configuration files, not one. Delete not 
performed; clearup of the filesystem needed.",
-                        action.id, configurationFiles.size()));
+                        configurationFiles.size()));
             }
 
             String cfgPathname = configurationFiles.get(0);

Reply via email to