Skip to content

Commit 8d79a2d

Browse files
authored
log pending events instead of just count (#120)
* log pending events instead of just count * feedback
1 parent a25fb08 commit 8d79a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/AirshipFrameworkProxy/AirshipProxyEventEmitter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public final class AirshipProxyEventEmitter {
5555
}
5656
})
5757

58-
AirshipLogger.trace("takePendingEvents type=\(type), taken=\(result.count), remainingPending=\(pendingEvents.count)")
58+
AirshipLogger.trace("takePendingEvents type=\(type), taken=\(result.count), remaining=\(pendingEvents)")
5959
return result
6060
}
6161

0 commit comments

Comments
 (0)