Skip to content

Commit c944fb9

Browse files
committed
fix log line
1 parent fbbd4f6 commit c944fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud/social/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ class Connection {
538538
log.debug('%1: connection end', this.name_);
539539
this.setState_(ConnectionState.TERMINATED);
540540
}).on('close', (hadError: boolean) => {
541-
log.debug('%1: connection close, with%1 error', this.name_, (hadError ? '' : 'out'));
541+
log.debug('%1: connection close, with%2 error', this.name_, (hadError ? '' : 'out'));
542542
this.setState_(ConnectionState.TERMINATED);
543543
}).connect(connectConfig);
544544
});

0 commit comments

Comments
 (0)