Browse code

builder: update ID of trace messages

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>

Tonis Tiigi authored on 2018/06/10 03:54:30
Showing 1 changed files
... ...
@@ -260,7 +260,7 @@ func (b *Builder) Build(ctx context.Context, opt backend.BuildConfig) (*builder.
260 260
 			}
261 261
 			auxJSON := new(json.RawMessage)
262 262
 			*auxJSON = auxJSONBytes
263
-			msgJSON, err := json.Marshal(&jsonmessage.JSONMessage{ID: "buildkit-trace", Aux: auxJSON})
263
+			msgJSON, err := json.Marshal(&jsonmessage.JSONMessage{ID: "moby.buildkit.trace", Aux: auxJSON})
264 264
 			if err != nil {
265 265
 				return err
266 266
 			}