Skip to content

Commit 041b376

Browse files
committed
debug callers
1 parent 7095bdf commit 041b376

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/unraid-api-plugin-connect/src/mothership-proxy/connection.service.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ export class MothershipConnectionService implements OnModuleInit, OnModuleDestro
9191
bufferTime(25)
9292
)
9393
.subscribe({
94-
next: () => {
94+
next: (changes) => {
95+
this.logger.log(`changes: ${JSON.stringify(changes.map((c) => c.path))}`);
9596
const { state } = this.getIdentityState();
9697
if (isEqual(state, this.lastIdentity)) {
9798
this.logger.debug('Identity unchanged; skipping event emission');

0 commit comments

Comments
 (0)