diff --git a/src/core/or/circuitbuild.c b/src/core/or/circuitbuild.c index a69457571e..da137accc3 100644 --- a/src/core/or/circuitbuild.c +++ b/src/core/or/circuitbuild.c @@ -255,9 +255,8 @@ get_unique_circ_id_by_chan(channel_t *chan) /** If verbose is false, allocate and return a comma-separated list of * the currently built elements of circ. If verbose is true, also * list information about link status in a more verbose format using spaces. - * If verbose_names is false, give nicknames for Named routers and hex - * digests for others; if verbose_names is true, use $DIGEST=Name style - * names. + * If verbose_names is false, give hex digests; if verbose_names + * is true, use $DIGEST=Name style names. */ static char * circuit_list_path_impl(origin_circuit_t *circ, int verbose, int verbose_names)