diff --git a/boostmovehub.ts b/boostmovehub.ts index ad35591..d967622 100644 --- a/boostmovehub.ts +++ b/boostmovehub.ts @@ -6,7 +6,7 @@ import { Port } from "./port"; import * as Consts from "./consts"; import Debug = require("debug"); -const debug = Debug("lpf2hub"); +const debug = Debug("boostmovehub"); /** diff --git a/puphub.ts b/puphub.ts index 87ded75..a16afac 100644 --- a/puphub.ts +++ b/puphub.ts @@ -6,7 +6,7 @@ import { Port } from "./port"; import * as Consts from "./consts"; import Debug = require("debug"); -const debug = Debug("lpf2hub"); +const debug = Debug("puphub"); /** diff --git a/pupremote.ts b/pupremote.ts index 3c7d69b..3c842e5 100644 --- a/pupremote.ts +++ b/pupremote.ts @@ -6,7 +6,7 @@ import { Port } from "./port"; import * as Consts from "./consts"; import Debug = require("debug"); -const debug = Debug("lpf2hub"); +const debug = Debug("pupremote"); /**