Skip to content

Commit 5e5362b

Browse files
author
Tim De Pauw
committed
Make tracking log message less redundant
1 parent 79947a2 commit 5e5362b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reducers/log.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const HANDLERS = {
8888
}),
8989
[VAST_TRACKER]: ({ type, uri }) => ({
9090
category: VAST,
91-
text: `Tracking ${type} tracker: ${uri}`
91+
text: `Firing ${type} tracker: ${uri}`
9292
}),
9393
[SET_MEDIA_FILE]: ({ url, apiFramework }) => ({
9494
category: apiFramework != null ? VPAID : VIDEO,

0 commit comments

Comments
 (0)