aboutsummaryrefslogtreecommitdiffstats
path: root/src/api
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-22 10:53:11 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-22 10:53:11 +0100
commitaef5033ef19bf51dbacc0dcdfe76ec2d90173531 (patch)
tree42eaf9512651aeef8fc61c035f59cb37c663c2e7 /src/api
parentFix disable save service button (diff)
downloadferdium-app-aef5033ef19bf51dbacc0dcdfe76ec2d90173531.tar.gz
ferdium-app-aef5033ef19bf51dbacc0dcdfe76ec2d90173531.tar.zst
ferdium-app-aef5033ef19bf51dbacc0dcdfe76ec2d90173531.zip
Add "Franz" to debug identifiers
Diffstat (limited to 'src/api')
-rw-r--r--src/api/server/LocalApi.js2
-rw-r--r--src/api/server/ServerApi.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/api/server/LocalApi.js b/src/api/server/LocalApi.js
index 78deb7aa5..4814bba66 100644
--- a/src/api/server/LocalApi.js
+++ b/src/api/server/LocalApi.js
@@ -3,7 +3,7 @@ import du from 'du';
3 3
4import { getServicePartitionsDirectory } from '../../helpers/service-helpers.js'; 4import { getServicePartitionsDirectory } from '../../helpers/service-helpers.js';
5 5
6const debug = require('debug')('LocalApi'); 6const debug = require('debug')('Franz:LocalApi');
7 7
8const { session } = remote; 8const { session } = remote;
9 9
diff --git a/src/api/server/ServerApi.js b/src/api/server/ServerApi.js
index 2e80e520b..ad1ffa59a 100644
--- a/src/api/server/ServerApi.js
+++ b/src/api/server/ServerApi.js
@@ -27,7 +27,7 @@ import {
27 removeServicePartitionDirectory, 27 removeServicePartitionDirectory,
28} from '../../helpers/service-helpers.js'; 28} from '../../helpers/service-helpers.js';
29 29
30const debug = require('debug')('ServerApi'); 30const debug = require('debug')('Franz:ServerApi');
31 31
32module.paths.unshift( 32module.paths.unshift(
33 getDevRecipeDirectory(), 33 getDevRecipeDirectory(),