mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
display an instance-id instead of a user-id
This commit is contained in:
parent
b250392e8d
commit
72e3adc55e
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ Anonymous telemetry: \"Enabled\""
|
|||
|
||||
let analytics = analytics.to_string();
|
||||
if !analytics.is_empty() {
|
||||
eprintln!("Unique User ID:\t\"{}\"", analytics);
|
||||
eprintln!("Instance UID:\t\"{}\"", analytics);
|
||||
}
|
||||
|
||||
eprintln!();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue