mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-25 08:21:07 +00:00
logger: Fix reporting the configuration change variables
Change-type: patch Signed-off-by: Cameron Diver <cameron@resin.io>
This commit is contained in:
parent
db490979e8
commit
c5540404af
@ -335,7 +335,7 @@ export class Logger {
|
|||||||
eventName = 'Apply config change error';
|
eventName = 'Apply config change error';
|
||||||
obj.error = err;
|
obj.error = err;
|
||||||
} else {
|
} else {
|
||||||
message = `Applying configuration change #{JSON.stringify(config)}`;
|
message = `Applying configuration change ${JSON.stringify(config)}`;
|
||||||
eventName = 'Apply config change in progress';
|
eventName = 'Apply config change in progress';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user