From bd6a5acf5b33083167bf578e49a0e1f223b81c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Mon, 17 Sep 2018 11:52:10 +0200 Subject: [PATCH] Sent ooniprobe-desktop as the software name --- nettests/nettests.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nettests/nettests.go b/nettests/nettests.go index 730ad0f..e7b8ed1 100644 --- a/nettests/nettests.go +++ b/nettests/nettests.go @@ -130,7 +130,7 @@ func (c *Controller) Init(nt *mk.Nettest) error { DisableReportFile: false, DisableCollector: !c.Ctx.Config.Sharing.UploadResults, RandomizeInput: false, // It's important to disable input randomization to ensure the URLs are written in sync to the DB - SoftwareName: "ooniprobe", + SoftwareName: "ooniprobe-desktop", SoftwareVersion: ooni.Version, OutputPath: msmtPath,