diff --git a/print-server.js b/print-server.js index 8e2be01..27a6712 100644 --- a/print-server.js +++ b/print-server.js @@ -173,7 +173,7 @@ class PrintServer { now(), null, null, - os.hostname, + this.conf.serverId || os.hostname, jobId ]); this.jobLog(jobId, 'debug', 'get: printing');