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"); /**