Skip to content

Commit 74b8234

Browse files
committed
debug
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
1 parent bfe14b4 commit 74b8234

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/private/SnowflakeId.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ private function decode(): void {
3838
return;
3939
}
4040

41+
printf("Debug %016x\n", $this->id);
4142
PHP_INT_SIZE === 8
4243
? $this->decode64bits((int)$this->id)
4344
: $this->decode32bits((float)$this->id);

0 commit comments

Comments
 (0)