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/stores/AppStore.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/stores/AppStore.js') diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js index 61b63d52e..5bae6e8d4 100644 --- a/src/stores/AppStore.js +++ b/src/stores/AppStore.js @@ -23,7 +23,7 @@ import { getLocale } from '../helpers/i18n-helpers'; import { getServiceIdsFromPartitions, removeServicePartitionDirectory } from '../helpers/service-helpers.js'; import { isValidExternalURL } from '../helpers/url-helpers'; -const debug = require('debug')('Franz:AppStore'); +const debug = require('debug')('Ferdi:AppStore'); const { app, systemPreferences, screen } = remote; @@ -31,7 +31,7 @@ const mainWindow = remote.getCurrentWindow(); const defaultLocale = DEFAULT_APP_SETTINGS.locale; const autoLauncher = new AutoLaunch({ - name: 'Franz', + name: 'Ferdi', }); export default class AppStore extends Store { -- cgit v1.2.3-70-g09d2