commit b9bf1f9340a7b2f8189fc3874c5a312d7be20901 Author: Damian Johnson atagar@torproject.org Date: Sun Sep 10 03:39:18 2017 -0700
Provide url for sample nyxrc
Most folks install via things like apt-get, and as such have no clue where the 'nyxrc.sample' is. Our website provides it so giving 'em a link to that. --- nyx/starter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nyx/starter.py b/nyx/starter.py index 22e985e..90aa947 100644 --- a/nyx/starter.py +++ b/nyx/starter.py @@ -145,7 +145,7 @@ def _load_user_nyxrc(path, config): except IOError as exc: stem.util.log.warn('Failed to load configuration (using defaults): "%s"' % exc.strerror) else: - stem.util.log.notice('No nyxrc loaded, using defaults. You can customize nyx by placing a configuration file at %s (see the nyxrc.sample for its options).' % path) + stem.util.log.notice('No nyxrc loaded, using defaults. You can customize nyx by placing a configuration file at %s (see https://nyx.torproject.org/nyxrc.sample for its options).' % path)
def _warn_if_root(controller):
tor-commits@lists.torproject.org