Bug 1535223 - part1 : rename log module's name. r=jya

Use more general name `WebVTT` for this log module, which will include other debug logs in other files later.

Differential Revision: https://phabricator.services.mozilla.com/D23447
This commit is contained in:
Alastor Wu
2019-03-14 23:21:28 +00:00
parent 93c910df33
commit 55ff87a27e

View File

@@ -21,7 +21,7 @@
#include "nsVariant.h"
#include "nsVideoFrame.h"
static mozilla::LazyLogModule gTextTrackLog("TextTrackManager");
static mozilla::LazyLogModule gTextTrackLog("WebVTT");
#define WEBVTT_LOG(...) MOZ_LOG(gTextTrackLog, LogLevel::Debug, (__VA_ARGS__))
#define WEBVTT_LOGV(...) \
MOZ_LOG(gTextTrackLog, LogLevel::Verbose, (__VA_ARGS__))