logger: Fix reporting the configuration change variables

Change-type: patch
Signed-off-by: Cameron Diver <cameron@resin.io>
This commit is contained in:
Cameron Diver 2018-09-13 14:44:20 +01:00
parent db490979e8
commit c5540404af
No known key found for this signature in database
GPG Key ID: 69264F9C923F55C1

View File

@ -335,7 +335,7 @@ export class Logger {
eventName = 'Apply config change error';
obj.error = err;
} else {
message = `Applying configuration change #{JSON.stringify(config)}`;
message = `Applying configuration change ${JSON.stringify(config)}`;
eventName = 'Apply config change in progress';
}