fix: tweak log verbiage
This commit is contained in:
parent
494cf5b67e
commit
7b6dbac1fa
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ def tell(
|
||||||
telemetry = app.get_telemetry_handler()
|
telemetry = app.get_telemetry_handler()
|
||||||
|
|
||||||
data = telemetry.collect_all_data(profile=profile)
|
data = telemetry.collect_all_data(profile=profile)
|
||||||
log.info("data collected okay: %s", ', '.join(sorted(data)))
|
log.info("data collected for: %s", ', '.join(sorted(data)))
|
||||||
log.debug("%s", data)
|
log.debug("%s", data)
|
||||||
|
|
||||||
if dry_run:
|
if dry_run:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue