mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-20 03:36:41 +00:00
Merge pull request #746 from resin-io/fix-apply-reporting
logger: Fix reporting the configuration change variables
This commit is contained in:
commit
39651b94f6
@ -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';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user