From 3f2b16afa05ca4b07a79bab85964467f48b3022e Mon Sep 17 00:00:00 2001 From: Nathan Kunicki Date: Wed, 20 Jun 2018 14:34:35 +0100 Subject: [PATCH] Better use of debug module --- boosthub.ts | 2 +- hub.ts | 2 +- wedo2hub.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boosthub.ts b/boosthub.ts index b1ab0b6..ad0ba8f 100644 --- a/boosthub.ts +++ b/boosthub.ts @@ -6,7 +6,7 @@ import { Port } from "./port.js"; import * as Consts from "./consts"; import Debug = require("debug"); -const debug = Debug("lpf2"); +const debug = Debug("boosthub"); /** diff --git a/hub.ts b/hub.ts index 5c12e95..e30106e 100644 --- a/hub.ts +++ b/hub.ts @@ -6,7 +6,7 @@ import { Port } from "./port"; import * as Consts from "./consts"; import Debug = require("debug"); -const debug = Debug("lpf2"); +const debug = Debug("hub"); /** diff --git a/wedo2hub.ts b/wedo2hub.ts index c661743..491c465 100644 --- a/wedo2hub.ts +++ b/wedo2hub.ts @@ -6,7 +6,7 @@ import { Port } from "./port.js"; import * as Consts from "./consts"; import Debug = require("debug"); -const debug = Debug("lpf2"); +const debug = Debug("wedo2hub"); /**