Skip to content

Commit 76ee853

Browse files
committed
Telemetry: Record when a mount succesfully starts
1 parent 9b2d5a8 commit 76ee853

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

GVFS/GVFS.Mount/InProcessMount.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,15 @@ public void Mount(EventLevel verbosity, Keywords keywords)
134134
Console.Title = "GVFS " + ProcessHelper.GetCurrentProcessVersion() + " - " + this.enlistment.EnlistmentRoot;
135135

136136
this.tracer.RelatedEvent(
137-
EventLevel.Critical,
137+
EventLevel.Informational,
138138
"Mount",
139139
new EventMetadata
140140
{
141141
// Use TracingConstants.MessageKey.InfoMessage rather than TracingConstants.MessageKey.CriticalMessage
142142
// as this message should not appear as an error
143143
{ TracingConstants.MessageKey.InfoMessage, "Virtual repo is ready" },
144-
});
144+
},
145+
Keywords.Telemetry);
145146

146147
this.currentState = MountState.Ready;
147148

0 commit comments

Comments
 (0)