Skip to content

Commit 13b72ec

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

GVFS/GVFS.Mount/InProcessMount.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ public void Mount(EventLevel verbosity, Keywords keywords)
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)