From 828f4bce4ee1d7c53c132f0cce6032c121632015 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Thu, 12 Sep 2019 09:19:10 +0200 Subject: Use ferdi namespace on debugger --- src/features/basicAuth/index.js | 2 +- src/features/basicAuth/mainIpcHandler.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/features/basicAuth') diff --git a/src/features/basicAuth/index.js b/src/features/basicAuth/index.js index a8c93875e..51625ea55 100644 --- a/src/features/basicAuth/index.js +++ b/src/features/basicAuth/index.js @@ -3,7 +3,7 @@ import { observable } from 'mobx'; import BasicAuthComponent from './Component'; -const debug = require('debug')('Franz:feature:basicAuth'); +const debug = require('debug')('Ferdi:feature:basicAuth'); const defaultState = { isModalVisible: true, diff --git a/src/features/basicAuth/mainIpcHandler.js b/src/features/basicAuth/mainIpcHandler.js index 87ac0b6df..ae4e7cf93 100644 --- a/src/features/basicAuth/mainIpcHandler.js +++ b/src/features/basicAuth/mainIpcHandler.js @@ -1,4 +1,4 @@ -const debug = require('debug')('Franz:feature:basicAuth:main'); +const debug = require('debug')('Ferdi:feature:basicAuth:main'); export default function mainIpcHandler(mainWindow, authInfo) { debug('Sending basic auth call', authInfo); -- cgit v1.2.3-70-g09d2