You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2017/07/05 22:36:13 UTC

[2/3] incubator-trafodion git commit: change error msg in sqregen

change error msg in sqregen


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/69524738
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/69524738
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/69524738

Branch: refs/heads/master
Commit: 6952473882c35d11fdab7a327af4b35e597fc8c1
Parents: 284415f
Author: Eason <hf...@gmail.com>
Authored: Tue Jul 4 08:49:40 2017 +0800
Committer: Eason <hf...@gmail.com>
Committed: Tue Jul 4 08:49:40 2017 +0800

----------------------------------------------------------------------
 core/sqf/sql/scripts/sqregen | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69524738/core/sqf/sql/scripts/sqregen
----------------------------------------------------------------------
diff --git a/core/sqf/sql/scripts/sqregen b/core/sqf/sql/scripts/sqregen
index e664ae1..d8c2c02 100755
--- a/core/sqf/sql/scripts/sqregen
+++ b/core/sqf/sql/scripts/sqregen
@@ -44,7 +44,7 @@ function RegenConfig {
     cd $TRAF_HOME/sql/scripts
     ./regensq.pl $SQCONFIG_FILE
     if [ $? != 0 ]; then
-        echo "Failed to run regensq.pl."
+        echo "Regensq failed."
         exit $?
     fi
     echo "Copying Trafodion configuration file $SQCONFIG_FILE to all nodes"