From 7a9867e42f164d86ae990514d353cda423c79371 Mon Sep 17 00:00:00 2001 From: Nathan Kunicki Date: Wed, 1 Aug 2018 12:05:30 +0100 Subject: [PATCH] Fixed debug logging --- boostmovehub.ts | 2 +- puphub.ts | 2 +- pupremote.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"); /**