aboutsummaryrefslogtreecommitdiff
path: root/api/lib/akLogThis/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'api/lib/akLogThis/index.js')
-rw-r--r--api/lib/akLogThis/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/lib/akLogThis/index.js b/api/lib/akLogThis/index.js
index 8f8dded..8f26c84 100644
--- a/api/lib/akLogThis/index.js
+++ b/api/lib/akLogThis/index.js
@@ -4,7 +4,7 @@ const config = require('../../config')
module.exports = (type, message) => {
const command = spawn(
"ak-logthis",
- ["<ak-daemon>", "["+type+"]", message]
+ ["ak-daemon", type, message]
);
var buffer = "";