From aef5033ef19bf51dbacc0dcdfe76ec2d90173531 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Thu, 22 Nov 2018 10:53:11 +0100 Subject: Add "Franz" to debug identifiers --- 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 4b5715628..f1b067115 100644 --- a/src/stores/SettingsStore.js +++ b/src/stores/SettingsStore.js @@ -8,7 +8,7 @@ import Request from './lib/Request'; import CachedRequest from './lib/CachedRequest'; const { systemPreferences } = remote; -const debug = require('debug')('SettingsStore'); +const debug = require('debug')('Franz:SettingsStore'); export default class SettingsStore extends Store { @observable appSettingsRequest = new CachedRequest(this.api.local, 'getAppSettings'); -- cgit v1.2.3-70-g09d2