Commit 39b82a985eafa3a205c176b6e51f3b3d0d283cfd
1 parent
2f17b94278
Exists in
master
as is
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
center/messaging/trx-center.js
... | ... | @@ -17,7 +17,7 @@ const heartbeat = require('../../heartbeat'); |
17 | 17 | let transport; |
18 | 18 | |
19 | 19 | if (config.origin) { |
20 | - process.title = "KOMODO@" + config.origin.replace(/\W/g, '-').toUpperCase(); | |
20 | + process.title = "KOMODO-CENTER@" + config.origin.replace(/\W/g, '-').toUpperCase(); | |
21 | 21 | } |
22 | 22 | |
23 | 23 | heartbeat.setModuleType('center') |