You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2019/06/21 11:30:19 UTC

[jena] branch master updated: Line 242 : Error #should be msg instead of message

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 c1192df  Line 242 : Error #should be msg instead of message
     new 083de93  Merge pull request #577 from jainvasu631/patch-1
c1192df is described below

commit c1192dfcc12d69f3e8d247852a018e3d6948af43
Author: Vasu Jain <47...@users.noreply.github.com>
AuthorDate: Thu Jun 20 20:44:50 2019 -0700

    Line 242 : Error #should be msg instead of message
    
    Corrected
---
 jena-fuseki2/apache-jena-fuseki/fuseki | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jena-fuseki2/apache-jena-fuseki/fuseki b/jena-fuseki2/apache-jena-fuseki/fuseki
index 2ce30e2..f639114 100755
--- a/jena-fuseki2/apache-jena-fuseki/fuseki
+++ b/jena-fuseki2/apache-jena-fuseki/fuseki
@@ -239,7 +239,7 @@ fi
 # Log directory
 if [ -n "$FUSEKI_LOGS" ]
 then
-    log_daemon_message "FUSEKI_LOGS can not be set externally - ignored" 1>&2
+    log_daemon_msg "FUSEKI_LOGS can not be set externally - ignored" 1>&2 
 fi
 FUSEKI_LOGS="$FUSEKI_BASE/logs"