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/SettingsStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stores/SettingsStore.js') diff --git a/src/stores/SettingsStore.js b/src/stores/SettingsStore.js index bc01291d8..6c7b586a5 100644 --- a/src/stores/SettingsStore.js +++ b/src/stores/SettingsStore.js @@ -13,7 +13,7 @@ import { API } from '../environment'; import { DEFAULT_APP_SETTINGS, FILE_SYSTEM_SETTINGS_TYPES } from '../config'; import { SPELLCHECKER_LOCALES } from '../i18n/languages'; -const debug = require('debug')('Franz:SettingsStore'); +const debug = require('debug')('Ferdi:SettingsStore'); export default class SettingsStore extends Store { @observable appSettingsRequest = new CachedRequest(this.api.local, 'getAppSettings'); -- cgit v1.2.3-70-g09d2