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/serviceProxy/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features/serviceProxy') diff --git a/src/features/serviceProxy/index.js b/src/features/serviceProxy/index.js index a71076fd6..e9a01b156 100644 --- a/src/features/serviceProxy/index.js +++ b/src/features/serviceProxy/index.js @@ -5,7 +5,7 @@ import { remote } from 'electron'; const { session } = remote; -const debug = require('debug')('Franz:feature:serviceProxy'); +const debug = require('debug')('Ferdi:feature:serviceProxy'); export const config = observable({ isEnabled: true, -- cgit v1.2.3-54-g00ecf