Skip to content

Commit 4ff1974

Browse files
authored
more log updates (microsoft#166640)
1 parent 04ee3ba commit 4ff1974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/policy/node/nativePolicyService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class NativePolicyService extends AbstractPolicyService implements IPolic
3939
}
4040

4141
private _onDidPolicyChange(update: PolicyUpdate<IStringDictionary<PolicyDefinition>>): void {
42-
this.logService.trace(`NativePolicyService#_onDidPolicyChange - Updated policy values: ${Object.keys(update).join(', ')}`);
42+
this.logService.trace(`NativePolicyService#_onDidPolicyChange - Updated policy values: ${JSON.stringify(update)}`);
4343

4444
for (const key in update) {
4545
const value = update[key] as any;

0 commit comments

Comments
 (0)