You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@warble.apache.org by hu...@apache.org on 2018/06/26 14:18:00 UTC

[incubator-warble-node] 04/05: use optionally supplied path here

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

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-warble-node.git

commit e0cff8d05fea613d02ac7a36371b3c24f2e52e03
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Jun 26 09:14:02 2018 -0500

    use optionally supplied path here
---
 node.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/node.py b/node.py
index 2f4b557..f63b1c3 100644
--- a/node.py
+++ b/node.py
@@ -121,7 +121,7 @@ if __name__ == "__main__":
     # If no api key has been retrieved yet, get one
     if gconf['client'].get('apikey', 'UNSET') == 'UNSET':
         if not serverurl:
-            print("ALERT: Could not find the URL for the Warble server. Please set it in conf/node.yaml first.")
+            print("ALERT: Could not find the URL for the Warble server. Please set it in %s first." % configpath)
             sys.exit(-1)
         print("Uninitialized node, trying to register and fetch API key from %s" % serverurl)
         try:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@warble.apache.org
For additional commands, e-mail: commits-help@warble.apache.org